docs: --harmony-generators -> --harmony

master
TJ Holowaychuk 2013-12-18 22:58:23 -08:00
parent 9d1ddee19a
commit 0732f06771
1 changed files with 2 additions and 2 deletions

View File

@ -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)
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