update readme
This commit is contained in:
parent
cd66a12ed3
commit
4e24d852ae
1 changed files with 8 additions and 0 deletions
|
|
@ -50,6 +50,14 @@ To open n different instances just run:
|
||||||
node launch.js n
|
node launch.js n
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To require Copay as a module for use within you application:
|
||||||
|
|
||||||
|
```js
|
||||||
|
require('copay').start(3000, function(location) {
|
||||||
|
console.log('Copay server running at: ' + location);
|
||||||
|
});
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
About Copay
|
About Copay
|
||||||
===========
|
===========
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue