From e61fd931626e22836ce08935d081c6a64533d932 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 13 Feb 2015 10:40:40 +0000 Subject: [PATCH] Add mqlight readme --- io/mqlight/README.md | 13 +++++++++++++ io/mqlight/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 io/mqlight/README.md 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"