jinhai-2012 commited on
Commit
924429d
·
1 Parent(s): 8441328

Update README (#1101)

Browse files

### What problem does this PR solve?

Update README for build from source.

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>

Files changed (2) hide show
  1. README.md +1 -1
  2. README_zh.md +1 -1
README.md CHANGED
@@ -297,7 +297,7 @@ To launch the service from source:
297
  $ cd web
298
  $ npm install --registry=https://registry.npmmirror.com --force
299
  $ vim .umirc.ts
300
- # Update proxy.target to 127.0.0.1:9380
301
  $ npm run dev
302
  ```
303
 
 
297
  $ cd web
298
  $ npm install --registry=https://registry.npmmirror.com --force
299
  $ vim .umirc.ts
300
+ # Update proxy.target to http://127.0.0.1:9380
301
  $ npm run dev
302
  ```
303
 
README_zh.md CHANGED
@@ -266,7 +266,7 @@ $ bash ./entrypoint.sh
266
  $ cd web
267
  $ npm install --registry=https://registry.npmmirror.com --force
268
  $ vim .umirc.ts
269
- # 修改proxy.target为127.0.0.1:9380
270
  $ npm run dev
271
  ```
272
 
 
266
  $ cd web
267
  $ npm install --registry=https://registry.npmmirror.com --force
268
  $ vim .umirc.ts
269
+ # 修改proxy.target为http://127.0.0.1:9380
270
  $ npm run dev
271
  ```
272