gleap 14.1.9 → 14.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,7 +28,7 @@ import Gleap from 'gleap';
28
28
 
29
29
  ### Initialize the SDK
30
30
 
31
- Add the following code to initialize the Gleap JavaScript SDK. Replace "SDK-TOKEN" with your actual SDK token from the [Gleap dashboard](http://localhost:3000).
31
+ Add the following code to initialize the Gleap JavaScript SDK. Replace "SDK-TOKEN" with your actual SDK token from the [Gleap dashboard](https://app.gleap.io).
32
32
 
33
33
  ```
34
34
  Gleap.initialize("SDK-TOKEN");