From 528ec95f0829de6ce7f3754a44cad44c0e9ea2c7 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Tue, 29 Aug 2017 11:29:15 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 440a0db382..9e2225a89d 100644 --- a/README.md +++ b/README.md @@ -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: ```