Browse Source

Update SignalR-Integration.md

pull/10210/head
Yunus Emre Kalkan 5 years ago
committed by GitHub
parent
commit
7fc9c8616f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/SignalR-Integration.md

4
docs/en/SignalR-Integration.md

@ -70,10 +70,10 @@ This will add the `@abp/signalr` to the dependencies in the `package.json` of yo
}
````
Run the `gulp` in the root folder of your web project:
Run [ABP CLI](CLI.md) `install-libs` command in the root folder of your web project:
````bash
gulp
abp install-libs
````
This will copy the SignalR JavaScript files into your project:

Loading…
Cancel
Save