docs: --harmony-generators -> --harmony
This commit is contained in:
parent
9d1ddee19a
commit
0732f06771
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ $ npm install koa
|
||||||
```
|
```
|
||||||
|
|
||||||
To use Koa you must be running __node 0.11.4__ or higher for generator support, and must run node(1)
|
To use Koa you must be running __node 0.11.4__ or higher for generator support, and must run node(1)
|
||||||
with the `--harmony-generators` flag. If you don't like typing this, add an alias to your shell profile:
|
with the `--harmony` flag. If you don't like typing this, add an alias to your shell profile:
|
||||||
|
|
||||||
```
|
```
|
||||||
alias node='node --harmony-generators'
|
alias node='node --harmony'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
Loading…
Reference in a new issue