From e8d3587f9ff7dff3b86f974745034ad18de2c44c Mon Sep 17 00:00:00 2001 From: David Pendray Date: Thu, 31 Aug 2017 14:54:54 +0100 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7542f5212..1854f669c1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can watch an introductory presentation here - [Introducing ASP.NET Core Sock This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. -The JavaScript client is being published to our dev npm registry as @aspnet/signlar-client. The module contains a browserfied version of the client. You can install the module as follows: +The JavaScript client is being published to our dev npm registry as @aspnet/signalr-client. The module contains a browserfied version of the client. You can install the module as follows: - Create an .npmrc file with the following line: `@aspnet:registry=https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/`