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 ## Installation
```bash ```bash
npm install @aspnet/signalr-client npm install @aspnet/signalr
``` ```
## Usage ## Usage