From d8eaed81522d8e8d1af131a564dfd95f63cde85b Mon Sep 17 00:00:00 2001
From: Dan Callahan <dan.callahan@gmail.com>
Date: Thu, 9 Aug 2012 17:07:48 -0500
Subject: [PATCH] Fix minimum node.js version in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 525bf79db..a477967dc 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ If you get stuck and need help, you can find the core team on our [public mailin
 
 BrowserID needs the following dependencies before it can run:
 
-* node.js (>= 0.6.7)
+* node.js (>= 0.6.17)
 * libgmp3
 * g++
 
-- 
GitLab