Fix install text (#1506)

This commit is contained in:
BrennanConroy 2018-02-27 14:55:11 -08:00 committed by GitHub
parent 1790d6bdf0
commit 5cc4f315cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ JavaScript and TypeScript clients for SignalR for ASP.NET Core
## Installation
```bash
npm install @aspnet/signalr-client
npm install @aspnet/signalr
```
## Usage
@ -46,4 +46,4 @@ connection.on('send', data => {
connection.start()
.then(() => connection.invoke('send', 'Hello'));
```
```