From e4afab5b0a9974f4095691f51266acd8afab926e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E5=BA=B7=E5=B8=85?= <1250076672@qq.com> Date: Fri, 21 Nov 2025 07:32:00 +0000 Subject: [PATCH] update README.en.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宋康帅 <1250076672@qq.com> --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 5624945..e8a7f01 100644 --- a/README.en.md +++ b/README.en.md @@ -25,11 +25,11 @@ xsinfo is a knowledge documentation and sharing platform primarily designed to o ``` 3. Run the project: ```bash - npm run dev + npm run docs:dev ``` 4. Build the production version: ```bash - npm run build + npm run docs:build ``` ## How to Contribute