update hardware nodes info style

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:25:52 +00:00
parent 88985f4fe7
commit 81c532fdce
42 changed files with 130 additions and 125 deletions

View File

@@ -5,7 +5,7 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to read from a Ma
Install
-------
Run the following command in the root directory of your Node-RED install
Run the following command in your Node-RED user directory - typically `~/.node-red`
npm install node-red-node-makeymakey

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-makeymakey",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to read from a MakeyMakey input device.",
"dependencies" : {
"hidstream": "2.0.*"