@axsdk/browser 0.1.4 → 0.1.6

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
@@ -63,7 +63,7 @@ Both files **must be served from the same path prefix** — the loader automatic
63
63
 
64
64
  ```html
65
65
  <!-- Both files must live at the same URL prefix -->
66
- <script src="https://unpkg.com/@axsdk/browser/axsdk-browser.js"></script>
66
+ <script src="https://unpkg.com/@axsdk/browser@latest/dist/axsdk-browser.js"></script>
67
67
  ```
68
68
 
69
69
  ---
@@ -80,7 +80,7 @@ Both files **must be served from the same path prefix** — the loader automatic
80
80
  <body>
81
81
  <!-- Your page content -->
82
82
 
83
- <script src="https://unpkg.com/@axsdk/browser/axsdk-browser.js"></script>
83
+ <script src="https://unpkg.com/@axsdk/browser/dist/axsdk-browser.js"></script>
84
84
  <script>
85
85
  AXSDKBrowser.init({
86
86
  apiKey: 'YOUR_API_KEY',