From 9d0ea755fb2a9739058761cd191d29adcdfe754d Mon Sep 17 00:00:00 2001 From: Eric Ehlers Date: Fri, 16 Aug 2019 10:21:56 +0100 Subject: [PATCH] fix typos in 3.1 --- 03_1_Verifying_Your_Bitcoin_Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03_1_Verifying_Your_Bitcoin_Setup.md b/03_1_Verifying_Your_Bitcoin_Setup.md index c603352..3f62bed 100644 --- a/03_1_Verifying_Your_Bitcoin_Setup.md +++ b/03_1_Verifying_Your_Bitcoin_Setup.md @@ -85,11 +85,11 @@ alias bc="bitcoin-cli" alias bt="bitcoin-cli -testnet" alias br="bitcoin-cli -regtest" ``` -For even more complexity, you could have each of your 'start' aliases use the -conf flag to load configuration from a different file. This goes far beyond the scope of this tutorial, but we offer it as a starting point for when your explorations of Bitcoin reach the next level. +For even more complexity, you could have each of your 'start' aliases use the -conf flag to load configuration from a different file. This goes far beyond the scope of this tutorial, but we offer it as a starting point for when your explorations of Bitcoin reaches the next level. ## Summary: Verifying Your Bitcoin Setup -Before you start playing with bitcoin, you should make sure that your aliases are setup, your bitcoind is running, and your blocks are downloaded. You may also want to set up some access to alternative Bitcoin setups, if you're an advanced user. +Before you start playing with bitcoin, you should make sure that your aliases are set up, your bitcoind is running, and your blocks are downloaded. You may also want to set up some access to alternative Bitcoin setups, if you're an advanced user. ## What's Next?