update readme

This commit is contained in:
Gordon Hall 2014-06-02 17:13:38 -04:00
parent cd66a12ed3
commit 4e24d852ae
1 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,14 @@ To open n different instances just run:
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
===========