diff --git a/Readme.md b/Readme.md index 5514ad2..8ca68dc 100644 --- a/Readme.md +++ b/Readme.md @@ -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