Skip to content

Commit 0119e94

Browse files
authored
Update README.md (#374)
1 parent 0a14fd3 commit 0119e94

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<div align="center">
2121
<img align="center" src="./rasa_webchat.gif" alt="demonstration">
2222
</div>
23+
<br />
24+
25+
### ⚠️ Version 1.0.1 of the rasa webchat is made to work with version 2.3.x and 2.4.x of rasa. Use 1.0.0 for other rasa versions.
26+
27+
<br />
2328

2429
## Features
2530
- Text Messages
@@ -49,7 +54,8 @@ In your `<body/>`:
4954
let e = document.createElement("script"),
5055
t = document.head || document.getElementsByTagName("head")[0];
5156
(e.src =
52-
"https://cdn.jsdelivr.net/npm/rasa-webchat/lib/index.js"),
57+
"https://cdn.jsdelivr.net/npm/rasa-webchat@1.x.x/lib/index.js"),
58+
// Replace 1.x.x with the version that you want
5359
(e.async = !0),
5460
(e.onload = () => {
5561
window.WebChat.default(
@@ -283,4 +289,4 @@ Unless required by applicable law or agreed to in writing, software
283289
distributed under the License is distributed on an "AS IS" BASIS,
284290
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
285291
See the License for the specific language governing permissions and
286-
limitations under the License.(C) 2021 Dialogue Technologies Inc. All rights reserved.
292+
limitations under the License.(C) 2021 Dialogue Technologies Inc. All rights reserved.

0 commit comments

Comments
 (0)