diff --git a/io/mqlight/README.md b/io/mqlight/README.md new file mode 100644 index 00000000..3adf9cf8 --- /dev/null +++ b/io/mqlight/README.md @@ -0,0 +1,13 @@ +node-red-node-mqlight +====================== + +A [Node-RED](http://nodered.org) node to send/receive messages using [IBM MQ Light](https://developer.ibm.com/messaging/mq-light/). + +Install +------- + +Run the following command in the root directory of your Node-RED install + + npm install node-red-node-mqlight + + diff --git a/io/mqlight/package.json b/io/mqlight/package.json index 2baebe7e..59b2ad92 100644 --- a/io/mqlight/package.json +++ b/io/mqlight/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-mqlight", - "version" : "0.0.2", + "version" : "0.0.3", "description" : "A Node-RED node to send and receive message from IBM MQ Light", "dependencies" : { "mqlight" : "1.0.x"