From 0732f06771ab5b2537ced95763df3df0138ca690 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 18 Dec 2013 22:58:23 -0800 Subject: [PATCH] docs: --harmony-generators -> --harmony --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5514ad2..8ca68dc 100644 --- a/Readme.md +++ b/Readme.md @@ -18,10 +18,10 @@ $ npm install koa ``` To use Koa you must be running __node 0.11.4__ or higher for generator support, and must run node(1) - with the `--harmony-generators` flag. If you don't like typing this, add an alias to your shell profile: + with the `--harmony` flag. If you don't like typing this, add an alias to your shell profile: ``` -alias node='node --harmony-generators' +alias node='node --harmony' ``` ## Community