Skip to content

Commit 27041dd

Browse files
author
Nathan Zylbersztejn
authored
Version in readme
1 parent 61a3870 commit 27041dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
2020
In your `<body/>`:
2121
```javascript
2222
<div id="webchat"/>
23-
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.0.js"></script>
23+
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.1.js"></script>
2424
<script>
2525
WebChat.default.init({
2626
selector: "#webchat",

0 commit comments

Comments
 (0)