From 9a6ff2e2d6a5ee08d069ebf8144b3916fbb103fb Mon Sep 17 00:00:00 2001
From: Shannon Appelcline <shannon.appelcline@gmail.com>
Date: Tue, 27 Oct 2020 14:37:27 -1000
Subject: [PATCH] fixed Part chart

---
 01_0_Introduction.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/01_0_Introduction.md b/01_0_Introduction.md
index 2e43d18..cdf576e 100644
--- a/01_0_Introduction.md
+++ b/01_0_Introduction.md
@@ -28,8 +28,8 @@ This book is broadly divided into the following sections:
 | **Part Two: Using Bitcoin-CLI** | Using the Bitcoin-CLI for creating transactions. | Command Line |
 | **Part Three: Bitcoin Scripting** | Expanding your Bitcoin work with scripts. | Programming Concepts |
 | **Part Four: Using Tor** | Improving your node security with Tor | Command Line |
-| **Part Five: Programming with RPC** - Accessing RPC from C and other languages. | Programming in C |
-| **Part Six: Using Lightning-CLI** - Using the Lightning-CLI for creating transactions. | Command Line |
+| **Part Five: Programming with RPC** | Accessing RPC from C and other languages. | Programming in C |
+| **Part Six: Using Lightning-CLI** | Using the Lightning-CLI for creating transactions. | Command Line |
 | **Appendices** | Utilizing less common Bitcoin setups. | Command Line |
 
 ## How To Use This Course