Skip to content

Commit c25771b

Browse files
author
Joel Menezes
committed
Updated Readme
1 parent 23ad934 commit c25771b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
#Repo
2-
This is a forked repo from [here](https://github.com/marcobarcelos/node-msmq)
1+
# updated-node-msmq
32

4-
# node-msmq
3+
This is a fork of [node-msmq](https://github.com/marcobarcelos/node-msmq) providing improvements and additional functionality which are not yet added into the main node-msmq repo.
4+
5+
NPM package is published as updated-node-msmq. https://www.npmjs.com/package/updated-node-msmq.
56

67
> A MSMQ implementation for node.js
78
9+
## Differences from `node-msmq`
10+
11+
* Support for Node.Js 6.x, 7.x, 8.x, 9.x, 10.x
12+
* Support to push objects to the queue instead of just strings.
13+
814
## Install
915

1016
```

0 commit comments

Comments
 (0)