From 21c6da1d3c7ca2cd74bb985cad0638396927601a Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Tue, 24 Jul 2012 22:05:46 +0100 Subject: [PATCH] Update the minimum node version to v0.6.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbf2a687b..341a40028 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you want to work on the core BrowserID service, follow these instructions: BrowserID needs the following dependencies before it can run: -* node.js (>= 0.6.2): http://nodejs.org +* node.js (>= 0.6.7): http://nodejs.org * npm: http://npmjs.org/ (or bundled with node in 0.6.3+) * libgmp3 * git -- GitLab