From 2919c26dd4ed820992211116daa41d2550e09c64 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Thu, 14 Sep 2017 17:40:13 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f05ecc55..06a3e0d802 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,13 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge ## Packages -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: +You can install the latest released JavaScript client from npm with the following command: + +```bash +npm install @aspnet/signalr-client +``` + +The CI build publishes the latest dev version of the JavaScript client to our dev npm registry as @aspnet/signalr-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/`