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 58995b4 commit bc9085fCopy full SHA for bc9085f
README.md
@@ -15,12 +15,12 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
15
16
## Setup
17
18
-### In a `<script> tag
+### In a `<script>` tag
19
20
In your `<body/>`:
21
```javascript
22
<div id="webchat"/>
23
-<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.3.js"></script>
+<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.5.js"></script>
24
<script>
25
WebChat.default.init({
26
selector: "#webchat",
0 commit comments