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

This commit is contained in:
TJ Holowaychuk 2013-12-18 22:58:23 -08:00
parent 9d1ddee19a
commit 0732f06771

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