From e46e5784ce3314d6d03060f96f210af3ded9459f Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 12 Oct 2015 17:59:45 -0700 Subject: [PATCH] Updated node version requirement in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e334a4249a..08f37a80c4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The process to build `react.js` is built entirely on top of node.js, using many #### Prerequisites -* You have `node` installed at v0.10.0+ (it might work at lower versions, we just haven't tested) and `npm` at v2.0.0+. +* You have `node` installed at v4.0.0+ and `npm` at v2.0.0+. * You are familiar with `npm` and know whether or not you need to use `sudo` when installing packages globally. * You are familiar with `git`.