Tweak blinkstick readme

This commit is contained in:
Dave C-J 2014-07-04 15:07:26 +01:00
parent 78d758bf85
commit 96c3ba0282
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
node-red-node-blinkstick
========================
A Node-Red node to control a <a href="http://blinkstick.com/" target="_new">Blinkstick</a>.
A <a href="http://nodered.org" target="_new">Node-RED</a> node to control a <a href="http://blinkstick.com/" target="_new">Blinkstick</a>.
Install
-------

View File

@ -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" ],