From 267d6b28be9487b644955875d27aaad18f2bc1c0 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Sat, 8 Jun 2024 19:02:16 +0800 Subject: [PATCH] Update README (#1101) ### What problem does this PR solve? Update README for build from source. ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cacd5b43..ed44ec3a5 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ To launch the service from source: $ cd web $ npm install --registry=https://registry.npmmirror.com --force $ vim .umirc.ts - # Update proxy.target to 127.0.0.1:9380 + # Update proxy.target to http://127.0.0.1:9380 $ npm run dev ``` diff --git a/README_zh.md b/README_zh.md index 3c8a18131..33621d535 100644 --- a/README_zh.md +++ b/README_zh.md @@ -266,7 +266,7 @@ $ bash ./entrypoint.sh $ cd web $ npm install --registry=https://registry.npmmirror.com --force $ vim .umirc.ts -# 修改proxy.target为127.0.0.1:9380 +# 修改proxy.target为http://127.0.0.1:9380 $ npm run dev ```