update io nodes info style

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:26:19 +00:00
parent 81c532fdce
commit 0880ad3987
17 changed files with 64 additions and 62 deletions

View File

@@ -5,10 +5,9 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to send Wake-On-L
Install
-------
Run the following command in your Node-RED user directory - typically `~/.node-red`
Run the following command in the root directory of your Node-RED install
npm install node-red-node-wol
npm i node-red-node-wol
Usage
@@ -16,4 +15,4 @@ Usage
Sends a Wake-On-LAN magic packet to the mac address specified.
You may instead set **msg.mac** to dynamically set the target device mac to wake up.
You may instead set `msg.mac` to dynamically set the target device mac to wake up.