From 33a513898bc2643bf3bb7e295e13594cc30e7166 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 22 Dec 2013 07:38:30 -0800 Subject: [PATCH] docs: add note about gnode perf --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 121a081..eb0d7f4 100644 --- a/Readme.md +++ b/Readme.md @@ -26,7 +26,7 @@ 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. + [`gnode`](https://github.com/TooTallNate/gnode) to spawn your node instance. However note that performance degrades quickly compared to 0.11.x. ## Community