From 5345fea2d4d2d8ae96c5f4b0fc2711b4816a594e Mon Sep 17 00:00:00 2001 From: Thomas Kerin Date: Tue, 27 Oct 2015 13:20:01 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 275087d..3ffc158 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ transaction.sign(privateKey); - [Lib](https://github.com/bitpay/bitcore-lib) - All of the core Bitcoin primatives including transactions, private key management and others - [Payment Protocol](https://github.com/bitpay/bitcore-payment-protocol) - A protocol for communication between a merchant and customer -- [P2P](https://github.com/bitpay/bitcore-p2p) - The peer-to-peer networking protocot +- [P2P](https://github.com/bitpay/bitcore-p2p) - The peer-to-peer networking protocol - [Mnemonic](https://github.com/bitpay/bitcore-mnemonic) - Implements mnemonic code for generating deterministic keys - [Channel](https://github.com/bitpay/bitcore-channel) - Micropayment channels for rapidly adjusting bitcoin transactions - [Message](https://github.com/bitpay/bitcore-message) - Bitcoin message verification and signing