Info/Doc style updates to core/pi nodes

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:18:24 +00:00
parent 741c57e627
commit eff8327971
25 changed files with 78 additions and 77 deletions

View File

@@ -6,7 +6,7 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node that when trigger
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-random

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-random",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "A Node-RED node that when triggered generates a random number between two values.",
"dependencies" : {
},