docs: 0.11.9

master
TJ Holowaychuk 2013-12-18 22:58:44 -08:00
parent 0732f06771
commit 0d35b3a6ac
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```