cometchat-visual-builder-no-code 1.0.10-test47 → 1.0.10-test48
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 +3 -3
- package/dist/main.js +1 -1
- package/dist/src/CometChatNoCode/CometChatApi.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
<img alt="CometChat" src="https://assets.cometchat.io/website/images/logos/banner.png">
|
|
3
3
|
</p>
|
|
4
4
|
<p>
|
|
5
|
-
<img alt="version" src="https://img.shields.io/badge/version-v1.0.
|
|
5
|
+
<img alt="version" src="https://img.shields.io/badge/version-v1.0.15-blue" />
|
|
6
6
|
<img alt="status" src="https://img.shields.io/badge/status-stable-brightgreen" />
|
|
7
7
|
</p>
|
|
8
|
-
# CometChat
|
|
8
|
+
# CometChat Widget Builder Integration Guide
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
### 1. Register on CometChat & Gather Your Keys
|
|
@@ -20,7 +20,7 @@ Before you begin, sign up at the CometChat Dashboard and create a new app. Copy:
|
|
|
20
20
|
Add this inside the <head> section of your HTML file to load the CometChat bundle:
|
|
21
21
|
|
|
22
22
|
```html
|
|
23
|
-
<script defer src="https://cdn.jsdelivr.net/npm/@cometchat/chat-embed@
|
|
23
|
+
<script defer src="https://cdn.jsdelivr.net/npm/@cometchat/chat-embed@1.x.x/dist/main.js"></script>
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
### 3. Embed & Initialize the Widget in `<body>`
|