From 87b6335cc262cebb13c63486802fa0940c36c43e Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 15 Jan 2014 15:32:18 -0500 Subject: [PATCH] Fix a couple typos in the README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46a81eb..e2eb5e0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to btcwallet. This project is currently under active development is not production ready yet. Support for creating and using wallets the main Bitcoin -netowrk is currently disabled by default. +network is currently disabled by default. ## Installation @@ -44,7 +44,8 @@ https://opensource.conformal.com/packages/windows/btcdsuite/ - Install Go according to the installation instructions here: http://golang.org/doc/install -- Run the following commands to obtain and install btcwallet andall dependencies: +- Run the following commands to obtain and install btcwallet and all + dependencies: ```bash $ go get -u -v github.com/conformal/btcd/... $ go get -u -v github.com/conformal/btcwallet/...