Fix install text (#1506)
This commit is contained in:
parent
1790d6bdf0
commit
5cc4f315cb
|
|
@ -3,7 +3,7 @@ JavaScript and TypeScript clients for SignalR for ASP.NET Core
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
npm install @aspnet/signalr-client
|
||||
npm install @aspnet/signalr
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
@ -46,4 +46,4 @@ connection.on('send', data => {
|
|||
|
||||
connection.start()
|
||||
.then(() => connection.invoke('send', 'Hello'));
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue