@directo/adunit 0.1.1 → 0.1.2

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
@@ -72,7 +72,7 @@ After installing via NPM or including the JS file:
72
72
  ```javascript
73
73
  // For JS inclusion only (Method 2):
74
74
  // self.importScripts('vendor/directo-global/background.js');
75
- // this.DirectoAdUnit.initializeAdUnit('YOUR_PARTNER_API_KEY');
75
+ // globalThis.DirectoAdUnit.initializeAdUnit('YOUR_PARTNER_API_KEY');
76
76
 
77
77
  // Using an IIFE for error handling isolation in the service worker context
78
78
  (() => {