From 737830a04fb53590f281f9c25cdfc47d07253a83 Mon Sep 17 00:00:00 2001 From: nikogu <644506165@qq.com> Date: Tue, 7 Nov 2017 10:24:06 +0800 Subject: [PATCH] update readme for cli --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d38f3b6a..c156b563 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Or you can use the command tool: [ant-design-pro-cli](https://github.com/ant-des ```bash $ npm install ant-design-pro-cli -g $ mkdir pro-demo && cd pro-demo -$ pro init +$ pro new ``` More instruction at [documentation](http://pro.ant.design/docs/getting-started)。 diff --git a/README.zh-CN.md b/README.zh-CN.md index 6a9e55bd..07cde7a4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -71,7 +71,7 @@ $ npm start # 访问 http://localhost:8000 ```bash $ npm install ant-design-pro-cli -g $ mkdir pro-demo && cd pro-demo -$ pro init +$ pro new ``` 更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)。 -- GitLab