From 5443e0293f89a1fae4cc825a064bca6a6e03de1f Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 1 Dec 2011 16:38:38 -0700 Subject: [PATCH] update nodejs requirements in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 908b6ea4a..5ccd15419 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Handy for dev and QA tasks, but if you want to install from scratch... Here's the software you'll need installed: -* node.js (>= 0.4.5): http://nodejs.org/ -* npm: http://npmjs.org/ +* node.js (>= 0.6.2): http://nodejs.org/ +* npm: http://npmjs.org/ (or bundled with node in 0.6.3+) * git * g++ -- GitLab