kenobi-js 0.1.41 → 0.1.43

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
@@ -4,9 +4,9 @@ We're using NPM to host alpha versions of our web scripts. Things will be changi
4
4
 
5
5
  ```html
6
6
  <!-- Put this script before the closing (</head>) tag -->
7
- <script src="https://cdn.jsdelivr.net/npm/@kenobi.ai/js@0.0.1-alpha.0"></script>
7
+ <script src="https://cdn.jsdelivr.net/npm/kenobi-js"></script>
8
8
  <script defer>
9
- window.Kenobi = new window.KenobiLib.Kenobi({ debug: true })
10
- Kenobi.transform()
9
+ window.Kenobi = new window.KenobiLib.Kenobi({ debug: true });
10
+ Kenobi.transform();
11
11
  </script>
12
12
  ```