Skip to content

Commit

Permalink
improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Dec 22, 2014
1 parent 11f51d8 commit 7d607c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Using it in Node.js:
```javascript
var bitcore = require('bitcore');

assert(bitcore.Address.isValid(address));
assert(bitcore.Address.isValid('126vMmY1fyznpZiFTTnty3cm1Rw8wuheev'));
var simpleTx = new bitcore.Transaction();
var simpleTx.from(unspent).to(address, amount);
simpleTx.sign(privateKey);
Expand Down

0 comments on commit 7d607c5

Please sign in to comment.