From 00a766e51318e04c96d857969a4225b77084dc2b Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Thu, 26 Sep 2013 22:03:08 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8907b94..28c37f0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Node-RED Nodes -A collection of nodes for Node-RED. +A collection of nodes for [Node-RED](http://nodered.org). ## Installation @@ -8,11 +8,11 @@ Eventually, the nodes will be npm-installable, but we're not there yet. Until th 1. cd into the `nodes` directory of Node-RED 2. Either: - - download the zip of the repository and extract + - download the zip of the repository and extract it - run `git clone https://github.com/node-red/node-red-nodes.git` 3. npm install any of the individual node dependencies -This is all too manually, so the sooner we npm-enable this stuff the better +This is all too manual, so the sooner we npm-enable this stuff the better ## Contributing