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.