From 0880ad3987947152161ad8f600717ed84ffd3e4e Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 2 Mar 2016 13:26:19 +0000 Subject: [PATCH] update io nodes info style --- io/emoncms/88-emoncms.html | 8 ++++---- io/emoncms/README.md | 2 +- io/emoncms/package.json | 2 +- io/mdns/README.md | 28 ++++++++++++++-------------- io/mdns/mdns.html | 14 +++++++------- io/mdns/package.json | 2 +- io/mqlight/README.md | 4 +--- io/mqlight/mqlight.html | 15 ++++++++++----- io/mqlight/package.json | 2 +- io/snmp/README.md | 15 +++++++-------- io/snmp/package.json | 2 +- io/stomp/18-stomp.html | 13 +++++++------ io/stomp/README.md | 4 ++-- io/stomp/package.json | 2 +- io/wol/39-wol.html | 4 ++-- io/wol/README.md | 7 +++---- io/wol/package.json | 2 +- 17 files changed, 64 insertions(+), 62 deletions(-) diff --git a/io/emoncms/88-emoncms.html b/io/emoncms/88-emoncms.html index a4b7d7f7..d2525fd8 100644 --- a/io/emoncms/88-emoncms.html +++ b/io/emoncms/88-emoncms.html @@ -31,11 +31,11 @@ @@ -82,7 +82,7 @@ diff --git a/io/mdns/package.json b/io/mdns/package.json index 8f18d5ee..96683ec8 100644 --- a/io/mdns/package.json +++ b/io/mdns/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-discovery", - "version" : "0.0.11", + "version" : "0.0.12", "description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.", "dependencies" : { "mdns" : "2.2.*" diff --git a/io/mqlight/README.md b/io/mqlight/README.md index 3adf9cf8..7d508647 100644 --- a/io/mqlight/README.md +++ b/io/mqlight/README.md @@ -6,8 +6,6 @@ A [Node-RED](http://nodered.org) node to send/receive messages using [IBM MQ Lig 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-mqlight - - diff --git a/io/mqlight/mqlight.html b/io/mqlight/mqlight.html index ea32ed6f..2deb62fc 100644 --- a/io/mqlight/mqlight.html +++ b/io/mqlight/mqlight.html @@ -36,9 +36,12 @@