Update SignalR NPM package readme to show how to install previ… (#16761)

This commit is contained in:
Andrew Stanton-Nurse 2019-11-05 16:09:10 -08:00 committed by GitHub
parent 9abf4bfe3f
commit 81379147e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 6 deletions

View File

@ -4,12 +4,18 @@ MsgPack support for SignalR for ASP.NET Core
```bash
npm install @microsoft/signalr-protocol-msgpack
```
or
```bash
# or
yarn add @microsoft/signalr-protocol-msgpack
```
To try previews of the next version, use the `next` tag on NPM:
```bash
npm install @microsoft/signalr-protocol-msgpack@next
# or
yarn add @microsoft/signalr-protocol-msgpack@next
```
## Usage
See the [SignalR Documentation](https://docs.microsoft.com/aspnet/core/signalr) at docs.microsoft.com for documentation on the latest release. [API Reference Documentation](https://docs.microsoft.com/javascript/api/%40aspnet/signalr-protocol-msgpack/?view=signalr-js-latest) is also available on docs.microsoft.com.

View File

@ -4,12 +4,18 @@ JavaScript and TypeScript clients for SignalR for ASP.NET Core and Azure SignalR
```bash
npm install @microsoft/signalr
```
or
```bash
# or
yarn add @microsoft/signalr
```
To try previews of the next version, use the `next` tag on NPM:
```bash
npm install @microsoft/signalr@next
# or
yarn add @microsoft/signalr@next
```
## Usage
See the [SignalR Documentation](https://docs.microsoft.com/aspnet/core/signalr) at docs.microsoft.com for documentation on the latest release. [API Reference Documentation](https://docs.microsoft.com/javascript/api/%40aspnet/signalr/?view=signalr-js-latest) is also available on docs.microsoft.com.