From d58f458b8d556f016380192989b67743876e357a Mon Sep 17 00:00:00 2001 From: dead_horse Date: Sun, 21 Dec 2014 00:10:52 +0800 Subject: [PATCH] recommend to use 0.11.13+ --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b3052a3..2d39310 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,7 @@ $ npm install koa ``` - To use Koa you must be running __node 0.11.9__ or higher for generator support, and must run node(1) + To use Koa you must be running __node 0.11.13__ or higher for generator and promise support, and must run node(1) with the `--harmony` flag. If you don't like typing this, add an alias to your shell profile: ```