Skip to content

Commit

Permalink
- different npm package name, readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Aug 10, 2017
1 parent 35ea288 commit 0126a23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Example - Chat

[![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)
[![License](https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/4.0.0/LICENCE.md)
[![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)
[![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)

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

## Instalation
```shell
npm install web-dev-server/example-chat-angular-1
npm install web-dev-server-example-chat-angular-1
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-chat-angular-1",
"version": "1.0.0",
"description": "Chat example with session authentication.",
"name": "web-dev-server-example-chat-angular-1",
"version": "1.1.0",
"description": "Chat example with session authentication in Angular 1.",
"homepage": "https://github.com/web-dev-server/example-chat-angular-1",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"main": "run-server.js",
"dependencies": {
"web-dev-server": "~1.0.4",
"web-dev-server": "~1.1.0",
"ws": "~1.1.1"
}
}

0 comments on commit 0126a23

Please sign in to comment.