From 96c3ba0282210996d4d98e2ab7deea64e2d26876 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Fri, 4 Jul 2014 15:07:26 +0100 Subject: [PATCH] Tweak blinkstick readme --- hardware/blinkstick/README.md | 2 +- hardware/blinkstick/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hardware/blinkstick/README.md b/hardware/blinkstick/README.md index 8d56ac57..4bc440d6 100644 --- a/hardware/blinkstick/README.md +++ b/hardware/blinkstick/README.md @@ -1,6 +1,6 @@ node-red-node-blinkstick ======================== -A Node-Red node to control a Blinkstick. +A Node-RED node to control a Blinkstick. Install ------- diff --git a/hardware/blinkstick/package.json b/hardware/blinkstick/package.json index 5d4a659c..d17111d7 100644 --- a/hardware/blinkstick/package.json +++ b/hardware/blinkstick/package.json @@ -1,13 +1,13 @@ { "name" : "node-red-node-blinkstick", - "version" : "0.0.1", + "version" : "0.0.2", "description" : "A Node-RED node to control a Blinkstick", "dependencies" : { "blinkstick" : "0.1.*" }, "repository" : { "type":"git", - "url":"https://github.com/node-red/node-red-nodes.git" + "url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick" }, "license": "Apache", "keywords": [ "node-red", "blinkstick" ],