Skip to content

Commit

Permalink
docs: change "npm run g" to "npm run generate" (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwanzaheer authored and devCrossNet committed Jan 16, 2019
1 parent 9291551 commit 36f936d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A module is an encapsulated piece of domain logic in your application, this coul

_A module usually has routing information, state management or both._

**You can easily create modules with `npm run g`**
**You can easily create modules with `npm run generate`**

### What is a Connected Component?

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A module is an encapsulated piece of domain logic in your application.
## Create a module

Let's create a page that is dynamic and has to have stage-management,
run `npm run g` and you will be asked some questions:
run `npm run generate` and you will be asked some questions:

```bash
? [PLOP] Please choose a generator. (Use arrow keys)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/docs/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A module is an encapsulated piece of domain logic in your application, this coul

_一个模块通常含有路由信息或者状态管理,或者两者兼具._

**你可以很容易的通过 `npm run g` 创建模块**
**你可以很容易的通过 `npm run generate` 创建模块**

### 什么是connected容器组件?

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## 创建一个模块

让我创建一个有状态管理的动态页面
运行 `npm run g` 然后你会被问一些问题:
运行 `npm run generate` 然后你会被问一些问题:

```bash
? [PLOP] Please choose a generator. (Use arrow keys)
Expand Down

0 comments on commit 36f936d

Please sign in to comment.