diff --git a/docs/en/framework/real-time/signalr.md b/docs/en/framework/real-time/signalr.md index 64b1ff6d30..493edcf613 100644 --- a/docs/en/framework/real-time/signalr.md +++ b/docs/en/framework/real-time/signalr.md @@ -55,7 +55,7 @@ Client side installation depends on your UI framework / client type. Run the following command in the root folder of your web project: ```bash -npm install @abp/signalr +abp add-package @abp/signalr ``` This will add the `@abp/signalr` to the dependencies in the `package.json` of your project: