From 33affd4f3c8b4a4703a1a3fd839cde06ce474f14 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 23 Jun 2025 13:25:00 +0800 Subject: [PATCH] Update signalr.md --- docs/en/framework/real-time/signalr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: