Skip to content

Commit

Permalink
Merge 8a91fa2 into 83aada8
Browse files Browse the repository at this point in the history
  • Loading branch information
manan19 committed Jun 19, 2014
2 parents 83aada8 + 8a91fa2 commit 6c488a1
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 @@ -102,7 +102,7 @@ For this example you need a running bitcoind instance.
peerman.start();
```

PeerManager will emit the following events: 'version', 'verack', 'addr', 'getaddr', 'error' 'disconnect'; and will relay events like: 'tx', 'block', 'inv'. Please see [PeerManager.js](PeerManager.js), [Peer.js](Peer.js) and [Connection.js](Connection.js)
PeerManager will emit the following events: 'version', 'verack', 'addr', 'getaddr', 'error' 'disconnect'; and will relay events like: 'tx', 'block', 'inv'. Please see [PeerManager.js](lib/PeerManager.js), [Peer.js](lib/Peer.js) and [Connection.js](lib/Connection.js)

## Consuming bitcoind RPC

Expand Down

0 comments on commit 6c488a1

Please sign in to comment.