From c164de16927926e04383d7f2eb56e4ebc539fa4c Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 15 May 2013 13:57:29 -0500 Subject: [PATCH] Fix version typos in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9c31153..78cfc005 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ function. It accepts any `io.Reader`, but typically this will be a `net.Conn` to a remote node running a bitcoin peer. Example syntax is: ```Go - // Use the most recent protocol verison supported by the package and the + // Use the most recent protocol version supported by the package and the // main bitcoin network. pver := btcwire.ProtocolVersion btcnet := btcwire.MainNet @@ -80,7 +80,7 @@ to a remote node running a bitcoin peer. Example syntax to request addresses from a remote peer is: ```Go - // Use the most recent protocol verison supported by the package and the + // Use the most recent protocol version supported by the package and the // main bitcoin network. pver := btcwire.ProtocolVersion btcnet := btcwire.MainNet