Update README.md (#1364)

This commit is contained in:
Andrew Stanton-Nurse 2018-01-29 13:09:14 -08:00 committed by GitHub
parent 2625b389b8
commit 243025488a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -16,9 +16,11 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge
You can install the latest released JavaScript client from npm with the following command:
```bash
npm install @aspnet/signalr-client
npm install @aspnet/signalr
```
**NOTE:** Previous previews of the SignalR client library for JavaScript were named `@aspnet/signalr-client`. This has been deprecated as of Preview 1.
The CI build publishes the latest dev version of the JavaScript client to our dev npm registry as @aspnet/signalr. You can install the module as follows:
- Create an .npmrc file with the following line: