From 88c35c1a0e04e1b4abf3a9d8947105a88f45cea7 Mon Sep 17 00:00:00 2001 From: Tejas Manohar Date: Sun, 11 Oct 2015 17:39:48 -0500 Subject: [PATCH] update minimum node version in README --- Readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index f4e3653..229b57c 100644 --- a/Readme.md +++ b/Readme.md @@ -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