Skip to content

Commit 1add9e1

Browse files
authored
Update README.md
1 parent 7df976a commit 1add9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Example - Chat
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v3.0.0-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/chat-example-pure-js/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v3.0.0-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-chat-javascript/releases)
44
[![License](https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/chat-example-pure-js/blob/master/LICENCE.md)
55

66
Chat example with session authentication. Client scripts written with pure Javascript, no framework needed.
77

88
## Instalation
99
```shell
10-
git clone https://github.com/web-dev-server/chat-example-pure-js.git example-chat-pure-js
11-
cd ./example-chat-pure-js
10+
git clone https://github.com/web-dev-server/example-chat-javascript.git example-chat-javascript
11+
cd ./example-chat-javascript
1212
npm update
1313
```
1414

0 commit comments

Comments
 (0)