Skip to content

Commit

Permalink
docs: upgrade about npm create umi
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jun 21, 2019
1 parent 6b83865 commit 9b6fbfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/react/practical-projects.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ cd myapp

It is recommended to use yarn to create an application and execute the following command.

> If you insist on using npm, execute `npm install -g create-umi && create-umi` and the effect will be the same.
> If you are using npm, execute `npm create umi` and the effect will be the same.
```bash
$ yarn create umi
Expand Down
2 changes: 1 addition & 1 deletion docs/react/practical-projects.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ cd myapp

推荐使用 yarn 创建应用,执行以下命令,

> 如果你坚持用 npm,可执行 `npm install -g create-umi && create-umi`,效果一致。
> 如果你使用 npm,可执行 `npm create umi`,效果一致。
```bash
$ yarn create umi
Expand Down

0 comments on commit 9b6fbfc

Please sign in to comment.