From cc3f75a5ebb1cd9793f5fab374c102ea6f30c9f5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 27 Oct 2017 19:11:05 +0800 Subject: [PATCH] update README.md --- README.en-US.md | 5 ++--- README.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 3d7db9d3..d9a5f8de 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -25,13 +25,12 @@ An out-of-box UI solution for enterprise applications. - :1234: **Mock development**: Easy to use mock development solution - :white_check_mark: **UI Test**: Fly safely with unit test and e2e test -## Usage -``` +```bash $ git clone git@github.com:ant-design/ant-design-pro --depth=1 $ cd ant-design-pro $ npm install -$ npm start // Visit http://127.0.0.1:8000 +$ npm start # visit http://localhost:8000 ``` More instruction at [documentation](http://pro.ant.design/docs/getting-started)。 diff --git a/README.md b/README.md index f160ddf3..75fefc1d 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ ## 使用 -``` +```bash $ git clone git@github.com:ant-design/ant-design-pro --depth=1 $ cd ant-design-pro $ npm install -$ npm start // 访问 http://127.0.0.1:8000 +$ npm start # 访问 http://localhost:8000 ``` 更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)。 -- GitLab