Merge pull request #1077 from davbritt/patch-1

Update README.md
This commit is contained in:
Matias Alejo Garcia 2014-08-12 16:12:22 -04:00
commit c4b854e91e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ n=5
node launch.js $n &
```
To require Copay as a module for use within you application:
To require Copay as a module for use within your application:
```js
require('copay').start(3000, function(location) {