update minimum node version in README
This commit is contained in:
parent
91ecce1d76
commit
88c35c1a0e
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@
|
||||||
$ npm install koa
|
$ npm install koa
|
||||||
```
|
```
|
||||||
|
|
||||||
Koa is supported in all versions of [iojs](https://iojs.org) without any flags.
|
Koa requires __node v4.0.0__ or higher for (partial) ES2015 support.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue