From 243025488afd3ada2dee5341b45d548b9e180a17 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Mon, 29 Jan 2018 13:09:14 -0800 Subject: [PATCH] Update README.md (#1364) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af5e68f90..b4eec4269e 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge You can install the latest released JavaScript client from npm with the following command: ```bash -npm install @aspnet/signalr-client +npm install @aspnet/signalr ``` +**NOTE:** Previous previews of the SignalR client library for JavaScript were named `@aspnet/signalr-client`. This has been deprecated as of Preview 1. + The CI build publishes the latest dev version of the JavaScript client to our dev npm registry as @aspnet/signalr. You can install the module as follows: - Create an .npmrc file with the following line: