@twinalyze/web-analytics 1.0.9 → 1.0.10

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
@@ -18,14 +18,14 @@ yarn add @twinalyze/web-analytics
18
18
 
19
19
  Import the package into your project and initialize it with your API key.
20
20
  ```bash
21
- import { Twinalyze } from '@twinalyze/web-analytics';
21
+ import { TwinalyzeAnalytics } from '@twinalyze/web-analytics';
22
22
 
23
- TwinalyzeAnalytics.init({ apiKey: 'YOUR_API_KEY' , organization: 'YOUR_ORG_KEY' });
23
+ TwinalyzeAnalytics.init({ apiKey: 'YOUR_API_KEY' , organization: 'YOUR_ORG_ID' });
24
24
  ```
25
25
 
26
26
  Installing via script loader
27
27
  ```bash
28
- <script src="https://cdn.jsdelivr.net/npm/@twinalyze/web-analytics@1.0.6/dist/cdn.global.min.js"></script>
28
+ <script src="https://cdn.jsdelivr.net/npm/@twinalyze/web-analytics/dist/cdn.global.min.js"></script>
29
29
  ```
30
30
 
31
31
  ## Tracking events