From 2520445e1c27dcdd4f6cb7a518aae1d0af60cca9 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 20 Sep 2015 17:25:44 +0200 Subject: [PATCH] Remove link to io.js now that it has merged with Node.js --- documentation/tools.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/tools.md b/documentation/tools.md index 34905b9..8a143df 100644 --- a/documentation/tools.md +++ b/documentation/tools.md @@ -16,7 +16,7 @@ This section describes how to install and use the tools needed to: ## Installation -1. Install [Node.js] or [io.js]. +1. Install [Node.js]. 2. Run `npm install` to download dependencies and development dependencies. @@ -27,7 +27,6 @@ This section describes how to install and use the tools needed to: you might need to update `npm` for this to run; try `npm update -g npm`.) [Node.js]: http://nodejs.org/ -[io.js]: https://iojs.org/ [gulp]: https://github.com/gulpjs/gulp ## Getting started -- 2.39.3