Skip to content

Commit

Permalink
docs: fix typo, egg-bin => egg-init (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwing authored and atian25 committed Apr 12, 2017
1 parent 39b2d8d commit 3bdbcae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/zh-cn/advanced/framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ EggCore 可以看做 Koa Application 的升级版,默认内置 [Loader](./load

## 如何定制一个框架

你可以直接通过 [egg-bin] 选择 [framework](https://github.com/eggjs/egg-boilerplate-framework) 脚手架来快速上手。
你可以直接通过 [egg-init] 选择 [framework](https://github.com/eggjs/egg-boilerplate-framework) 脚手架来快速上手。

```bash
$ egg-bin my-framework --type=framework
$ egg-init my-framework --type=framework
$ cd my-framework
$ npm i
$ npm test
Expand Down

0 comments on commit 3bdbcae

Please sign in to comment.