@dataspike/docver-widget 0.4.82 → 0.4.83

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -106,7 +106,7 @@ renderWidget()
106
106
  Or
107
107
 
108
108
  ```
109
- <script type="module" defer src="https://static.dataspike.io/scripts/dataspike-latest.js"></script>
109
+ <script type="module" defer src="https://static.dataspike.io/scripts/widget-latest.js"></script>
110
110
  <script>
111
111
  document.addEventListener('DOMContentLoaded', () => {
112
112
  const renderWidget = async () => {