@trebco/treb 25.0.0-rc1 → 25.0.0-rc2

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
@@ -11,7 +11,7 @@ web apps, and blogs.
11
11
 
12
12
  To add a spreadsheet to your web page, first add the script file
13
13
  ```
14
- <script type="module" defer src="treb-spreadsheet-element.mjs"></script>
14
+ <script type="module" defer src="https://unpkg.com/@trebco/treb@next"></script>
15
15
  ```
16
16
  then use the custom element in your page
17
17
  ```