Skip to content

Commit 04ea472

Browse files
committed
bugfix
1 parent 60fcb37 commit 04ea472

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.1.0-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-chat/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.1.1-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-chat/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-
npm install web-dev-server/chat-example-pure-js
10+
npm install web-dev-server-chat-example-pure-js
1111
```
1212

1313
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-dev-server-example-chat-pure-js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Chat example with session authentication in pure Javascript.",
55
"homepage": "https://github.com/web-dev-server/example-chat-pure-js",
66
"repository": {

0 commit comments

Comments
 (0)