From 7bbcd2dfccd031d7291bee7bf51e1bfb97fa3e22 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 19 Feb 2014 20:50:35 -0800 Subject: [PATCH] remove gnode recommentation (too slow) --- Readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Readme.md b/Readme.md index eb0d7f4..6c4ded6 100644 --- a/Readme.md +++ b/Readme.md @@ -24,10 +24,6 @@ $ npm install koa alias node='node --harmony' ``` - Another option, if you would like to use koa with __node 0.10.x__ (the current - stable branch), or are tired of typing the `--harmony` flag, is to use - [`gnode`](https://github.com/TooTallNate/gnode) to spawn your node instance. However note that performance degrades quickly compared to 0.11.x. - ## Community - [API](docs/api/index.md) documentation