Skip to content

Commit

Permalink
docs(quickstart): npm version for npm init command (#3836)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingdengyue authored and atian25 committed Jul 23, 2019
1 parent 341beda commit 45a9666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/intro/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ By following along with this guide step by step, you can quickly get started wit
## The Quick Way

To begin with, let's quickly initialize the project by using a scaffold,
which will quickly generate some of the major pieces of the application.
which will quickly generate some of the major pieces of the application (`npm >=6.1.0`).

```bash
$ mkdir egg-example && cd egg-example
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/intro/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: 快速入门

## 快速初始化

我们推荐直接使用脚手架,只需几条简单指令,即可快速生成项目:
我们推荐直接使用脚手架,只需几条简单指令,即可快速生成项目`npm >=6.1.0`:

```bash
$ mkdir egg-example && cd egg-example
Expand Down

0 comments on commit 45a9666

Please sign in to comment.