@koredev/kore-web-sdk 11.9.1-rc.f5b3cf9 → 11.10.0-rc.52ea069
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
|
@@ -20,6 +20,9 @@ With just few lines of code, you can embed our Kore.ai chat widget into your app
|
|
|
20
20
|
|
|
21
21
|
## 💡 Getting Started
|
|
22
22
|
|
|
23
|
+
>[!NOTE]
|
|
24
|
+
>If you are currently using this version(11.10.0) we strongly recommend update it to 11.10.1 or later version. We have size issue in this 11.10.0 version.
|
|
25
|
+
|
|
23
26
|
First, install kore web SDK via the [npm](https://www.npmjs.com/get-npm) package manager:
|
|
24
27
|
|
|
25
28
|
```bash
|
|
@@ -71,7 +74,7 @@ include the following script in your html file and configure bot configurations
|
|
|
71
74
|
|
|
72
75
|
```js
|
|
73
76
|
|
|
74
|
-
<script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.
|
|
77
|
+
<script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.10.0/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
|
|
75
78
|
<script>
|
|
76
79
|
//chat window declaration
|
|
77
80
|
var chatConfig=KoreChatSDK.chatConfig;
|