diff --git a/README.md b/README.md index c25e085..25c8aa9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - 🏠 [Homepage](https://onesignal.com) - 🖤 [npm](https://www.npmjs.com/package/@onesignal/onesignal-vue3) -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. +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. You can find more information on OneSignal [here](https://onesignal.com/). @@ -130,7 +130,7 @@ this.$OneSignal ### Init Options -You can pass other [options](https://documentation.onesignal.com/v11.0/docs/web-sdk#initializing-the-sdk) to the `init` function. Use these options to configure personalized prompt options, auto-resubscribe, and more. +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.
Expand to see more options @@ -205,7 +205,7 @@ interface IOneSignalOneSignal { ### OneSignal API -See the official [OneSignal WebSDK reference](https://documentation.onesignal.com/v11.0/docs/web-sdk) for information on all available SDK functions. +See the official [OneSignal WebSDK reference](https://documentation.onesignal.com/docs/web-sdk) for information on all available SDK functions. --- @@ -245,7 +245,7 @@ this.$OneSignal.Notifications.addEventListener('change', (event) => { }); ``` -See the [OneSignal WebSDK Reference](https://documentation.onesignal.com/v11.0/docs/web-sdk) for all available event listeners. +See the [OneSignal WebSDK Reference](https://documentation.onesignal.com/docs/web-sdk-reference#addeventlistener-push-notification) for all available event listeners. ---