cevvo-widget 1.0.0 → 1.0.1

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ Add the following script to your HTML:
10
10
 
11
11
  ```html
12
12
  <script
13
- src="https://cdn.cevvo.ai/cevvo-widget.js"
13
+ src="https://cdn.cevvo.ai/widget/cevvo-widget.js"
14
14
  data-cevvo-project-id="your-project-id"
15
15
  data-cevvo-api-key="your-api-key">
16
16
  </script>
@@ -19,7 +19,7 @@ Add the following script to your HTML:
19
19
  ### Via JavaScript
20
20
 
21
21
  ```html
22
- <script src="https://cdn.cevvo.ai/cevvo-widget.js"></script>
22
+ <script src="https://cdn.cevvo.ai/widget/cevvo-widget.js"></script>
23
23
  <script>
24
24
  CevvoWidget.init({
25
25
  projectId: 'your-project-id',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cevvo-widget",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Cevvo Widget - AI-powered chat for your docs",
5
5
  "type": "module",
6
6
  "main": "dist/cevvo-widget.js",