update minimum node version in README

master
Tejas Manohar 2015-10-11 17:39:48 -05:00 committed by Jonathan Ong
parent 91ecce1d76
commit 88c35c1a0e
1 changed files with 1 additions and 4 deletions

View File

@ -18,10 +18,7 @@
$ npm install koa
```
Koa is supported in all versions of [iojs](https://iojs.org) without any flags.
To use Koa with node, you must be running __node 0.12.0__ or higher for generator and promise support, and must run node(1)
with the `--harmony-generators` or `--harmony` flag.
Koa requires __node v4.0.0__ or higher for (partial) ES2015 support.
## Community