From 35a0a192932412c8dd91146cb900191a2c4c81c6 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Thu, 25 Feb 2016 22:09:15 +0100 Subject: [PATCH] Update readme with required version too build Not everyone knows the history with io.js. Replacing required io.js version, with Node.js version is probably less confusing for some. ..in addition this PR serves as an Travis CI / GitHub bot experiment I'm working on. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31a43f5cad32b..d7ae5a14de006 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm run serve This will start the development server on http://localhost:8080/en/ and should reload automatically when you make changes but it's all just code and no code is perfect so sometimes you may need to restart it :) -Note: You'll need io.js 2.x or newer as the build system uses some native ES2015 features. +Note: You'll need Node.js v4 or newer as the build system uses some native ES2015 features. ### Layout