Skip to content

Commit 19eef03

Browse files
author
OneSignal
committed
feat: sync with web-shim-codegen v3.0.4
1 parent 93d8437 commit 19eef03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🏠 [Homepage](https://onesignal.com)
2121
- 🖤 [npm](https://www.npmjs.com/package/onesignal-ngx)
2222

23-
OneSignal is the world's leader for Mobile Push Notifications, Web Push, and In-App Messaging. It is trusted by 2 million+ businesses to send 9 billion Push Notifications per day.
23+
OneSignal is the world's leader for Mobile Push Notifications, Web Push, and In-App Messaging. It is trusted by 2 million+ developers to send 12 billion Push Notifications per day.
2424

2525
You can find more information on OneSignal [here](https://onesignal.com/).
2626

@@ -96,7 +96,7 @@ this.oneSignal
9696

9797
### Init Options
9898

99-
You can pass other options to the `init` function. Use these options to configure personalized prompt options, auto-resubscribe, and more ([full list of initialization options](https://documentation.onesignal.com/v11.0/docs/web-sdk#init)).
99+
You can pass other [options](https://documentation.onesignal.com/docs/web-sdk-reference#init) to the `init` function. Use these options to configure personalized prompt options, auto-resubscribe, and more.
100100

101101
<details>
102102
<summary>Expand to see more options</summary>
@@ -182,7 +182,7 @@ class OneSignal {
182182

183183
### OneSignal API
184184

185-
See the official [OneSignal WebSDK reference](https://documentation.onesignal.com/v11.0/docs/web-sdk) for information on all available SDK functions.
185+
See the official [OneSignal WebSDK reference](https://documentation.onesignal.com/docs/web-sdk-reference) for information on all available SDK functions.
186186

187187
---
188188

@@ -222,7 +222,7 @@ this.oneSignal.Notifications.addEventListener('click', (event) => {
222222
});
223223
```
224224

225-
See the [OneSignal WebSDK Reference](https://documentation.onesignal.com/v11.0/docs/web-sdk) for more info on the available event listeners.
225+
See the [OneSignal WebSDK Reference](https://documentation.onesignal.com/docs/web-sdk-reference#addeventlistener-push-notification) for more info on the available event listeners.
226226

227227
## Troubleshooting
228228

0 commit comments

Comments
 (0)