update social nodes info style

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:26:53 +00:00
parent 0880ad3987
commit b6116abce3
25 changed files with 104 additions and 98 deletions

View File

@@ -26,8 +26,8 @@
</script>
<script type="text/x-red" data-help-name="notify">
<p>Uses Growl to provide a desktop popup containing the <b>msg.payload</b>. Only useful on the local machine.</p>
<p>Optionally uses <b>msg.topic</b> as the title.</p>
<p>Uses Growl to provide a desktop popup containing the <code>msg.payload</code>. Only useful on the local machine.</p>
<p>Optionally uses <code>msg.topic</code> as the title.</p>
<p>Uses Growl so should work cross platform but will need pre-reqs installed... see <i><a href="https://npmjs.org/package/growl" target="_new">this link.</a></i></p>
<p>If installing on Windows you MUST read the install instructions ... especially the bit about adding growlnotify to your path... or it WILL NOT work.</p>
</script>

View File

@@ -8,7 +8,7 @@ Uses [Growl](http://growl.info//)
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-notify
@@ -21,6 +21,6 @@ If installing on Windows you MUST read the install instructions ... especially t
Usage
-----
Uses Growl to push the **msg.payload** to the local desktop.
Uses Growl to push the `msg.payload` to the local desktop.
The title can be set by **msg.topic**.
The title can be set by `msg.topic`.

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-notify",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to send local popup Notify alerts",
"dependencies" : {
"growl" : "1.8.1"