We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a3870 commit 27041ddCopy full SHA for 27041dd
README.md
@@ -20,7 +20,7 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
20
In your `<body/>`:
21
```javascript
22
<div id="webchat"/>
23
-<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.0.js"></script>
+<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.1.js"></script>
24
<script>
25
WebChat.default.init({
26
selector: "#webchat",
0 commit comments