From 550c37c99f3e0ec5e414e800af232273ed2f05fd Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 1 Sep 2020 10:53:47 -1000 Subject: [PATCH] title standardization --- 17_1_Accessing_Bitcoind_with_Go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17_1_Accessing_Bitcoind_with_Go.md b/17_1_Accessing_Bitcoind_with_Go.md index 2c01b72..62fa3e1 100644 --- a/17_1_Accessing_Bitcoind_with_Go.md +++ b/17_1_Accessing_Bitcoind_with_Go.md @@ -87,7 +87,7 @@ You should see the block count printed: 2020/09/01 11:41:24 Block count: 1830861 ``` -### Accessing `rpcclient` +### Creating a `rpcclient` Project You will typically be creating projects in your `~/work/src/myproject/bitcoin` directory: ```