Skip to content

Commit 0126a23

Browse files
committed
- different npm package name, readme updates
1 parent 35ea288 commit 0126a23

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 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.0.0-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-chat/releases)
4-
[![License](https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/4.0.0/LICENCE.md)
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)
4+
[![License](https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-chat-angular-1/blob/master/LICENCE.md)
55

66
Chat example with session authentication. Client scripts witten with Angular 1.
77

88
## Instalation
99
```shell
10-
npm install web-dev-server/example-chat-angular-1
10+
npm install web-dev-server-example-chat-angular-1
1111
```
1212

1313
## Usage

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "example-chat-angular-1",
3-
"version": "1.0.0",
4-
"description": "Chat example with session authentication.",
2+
"name": "web-dev-server-example-chat-angular-1",
3+
"version": "1.1.0",
4+
"description": "Chat example with session authentication in Angular 1.",
55
"homepage": "https://github.com/web-dev-server/example-chat-angular-1",
66
"repository": {
77
"type": "git",
@@ -15,7 +15,7 @@
1515
},
1616
"main": "run-server.js",
1717
"dependencies": {
18-
"web-dev-server": "~1.0.4",
18+
"web-dev-server": "~1.1.0",
1919
"ws": "~1.1.1"
2020
}
2121
}

0 commit comments

Comments
 (0)