diff --git a/Readme.md b/Readme.md index 8ca68dc..4f24177 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ $ 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.9__ or higher for generator support, and must run node(1) with the `--harmony` flag. If you don't like typing this, add an alias to your shell profile: ```