Skip to content

Commit bc9085f

Browse files
committed
readme update
1 parent 58995b4 commit bc9085f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
1515

1616
## Setup
1717

18-
### In a `<script> tag
18+
### In a `<script>` tag
1919

2020
In your `<body/>`:
2121
```javascript
2222
<div id="webchat"/>
23-
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.3.js"></script>
23+
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.5.js"></script>
2424
<script>
2525
WebChat.default.init({
2626
selector: "#webchat",

0 commit comments

Comments
 (0)