Add mqlight readme

This commit is contained in:
Nick O'Leary 2015-02-13 10:40:40 +00:00
parent 01cd2427d2
commit e61fd93162
2 changed files with 14 additions and 1 deletions

13
io/mqlight/README.md Normal file
View File

@ -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

View File

@ -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"