Skip to content

Commit 5af06d8

Browse files
committed
updated README
1 parent cd01beb commit 5af06d8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
node-ivy is a pure Javascript implementation of the Ivy Software Bus
44
(http://www.eei.cena.fr/products/ivy/).
55

6+
## Install node-ivy
7+
8+
```
9+
npm install node-ivy
10+
```
11+
12+
613
## Create an ivy bus
714

815
```js

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
77
},
8+
"repository" : {
9+
"type" : "git",
10+
"url" : "https://github.com/nilpotence/node-ivy.git"
11+
},
812
"author": "Sylvain Mahé <[email protected]> (https://github.com/nilpotence)",
913
"license": "MIT",
1014
"dependencies": {

0 commit comments

Comments
 (0)