From 7fc9c8616fa4d855e14fa9c6e7ac05a68de2075c Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Mon, 4 Oct 2021 10:51:45 +0300 Subject: [PATCH] Update SignalR-Integration.md --- docs/en/SignalR-Integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/SignalR-Integration.md b/docs/en/SignalR-Integration.md index e7f552b050..3846f4ced2 100644 --- a/docs/en/SignalR-Integration.md +++ b/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: