From e34afc4f38977580aa9cce01804329b8f40dd0b9 Mon Sep 17 00:00:00 2001 From: lazaruslarue Date: Fri, 21 Feb 2014 20:43:40 -0800 Subject: [PATCH] Update README.md Correcting a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 314c2e7..416d8d3 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ 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) -## Creating and sending a Transaction thought P2P +## Creating and sending a Transaction through P2P ``` var networks = require('bitcore/networks'); var Peer = require('bitcore/Peer').class();