Skip to content

Commit

Permalink
Merge pull request #10210 from abpframework/yekalkan-patch-1
Browse files Browse the repository at this point in the history
Update SignalR-Integration.md
  • Loading branch information
hikalkan committed Oct 4, 2021
2 parents 0010baf + 7fc9c86 commit f0a1a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/SignalR-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f0a1a0b

Please sign in to comment.