Update README.md

This commit is contained in:
Pawel Kadluczka 2017-08-29 11:29:15 -07:00
parent 144e15751c
commit 528ec95f08
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ The JavaScript client is being published to our dev npm registry as @aspnet/sign
- Create an .npmrc file with the following line:
`@aspnet:registry=https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/`
- Run:
`npm install @apsnte/signalr-client`
`npm install @apsnet/signalr-client`
Alternatively, if you don't want to create the .npmrc file run the following commands:
```