From 88985f4fe7b1873193df4441ba4a311ed3e009e9 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 2 Mar 2016 13:24:56 +0000 Subject: [PATCH] update analysis and utility nodes info style --- analysis/swearfilter/74-swearfilter.html | 2 +- analysis/swearfilter/README.md | 4 ++-- analysis/swearfilter/package.json | 2 +- analysis/wordpos/72-wordpos.html | 6 +++--- analysis/wordpos/README.md | 8 ++++---- analysis/wordpos/package.json | 2 +- function/PID/README.md | 8 ++++---- function/PID/package.json | 2 +- function/PID/pidcontrol.html | 4 ++-- hardware/blink1/package.json | 2 +- utility/daemon/README.md | 6 +++--- utility/daemon/daemon.html | 2 +- utility/daemon/package.json | 2 +- utility/exif/94-exif.html | 6 +++--- utility/exif/README.md | 8 ++++---- utility/exif/package.json | 2 +- 16 files changed, 33 insertions(+), 33 deletions(-) diff --git a/analysis/swearfilter/74-swearfilter.html b/analysis/swearfilter/74-swearfilter.html index e67933eb..5940816d 100644 --- a/analysis/swearfilter/74-swearfilter.html +++ b/analysis/swearfilter/74-swearfilter.html @@ -22,7 +22,7 @@ diff --git a/analysis/swearfilter/README.md b/analysis/swearfilter/README.md index 1bda6198..a6a8a16a 100644 --- a/analysis/swearfilter/README.md +++ b/analysis/swearfilter/README.md @@ -6,7 +6,7 @@ A Node-RED node that attempts to 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-badwords @@ -16,6 +16,6 @@ Usage Uses the badwords npm to attempt to filter out messages containing swearwords. -Analyses the **msg.payload** and tries to filter out any messages containing bad swear words. If the payload contains a bad word then the whole message is blocked. +Analyses the `msg.payload` and tries to filter out any messages containing bad swear words. If the payload contains a bad word then the whole message is blocked. **Note** : this only operates on payloads of type string. Everything else is blocked. diff --git a/analysis/swearfilter/package.json b/analysis/swearfilter/package.json index a4ecee13..5a8d5949 100644 --- a/analysis/swearfilter/package.json +++ b/analysis/swearfilter/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-badwords", - "version" : "0.0.3", + "version" : "0.0.4", "description" : "A Node-RED node that attempts to filter out messages containing swearwords.", "dependencies" : { "badwords" : "0.0.3" diff --git a/analysis/wordpos/72-wordpos.html b/analysis/wordpos/72-wordpos.html index 7e940aff..16d254f4 100644 --- a/analysis/wordpos/72-wordpos.html +++ b/analysis/wordpos/72-wordpos.html @@ -19,13 +19,13 @@ -
Adds msg.pos as the anaylsis result. +
Adds msg.pos as the anaylsis result.