From 76ea3cf24c032147081bc64d18e9e4e3f918ee17 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Wed, 23 Aug 2017 10:53:48 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 153e45fd7d..6fef07c07a 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ 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. -**Note** To build the project locally at this time you will need the [TypeScript Compiler](https://www.typescriptlang.org/#download-links) on your path. +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 using the following command: -The JavaScript client is being published to our dev npm registry. The module contains a browserfied version of the client. You can install the module using the following command: - -`npm install signalr-client --registry https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/` +`npm install @aspnet/signalr-client --registry https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/`