From c402e91c4abc3689e23e91d6e553b97dcd7804bc Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 12 May 2017 13:47:37 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b31e34..20a36d3 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,11 @@ This tutorial assumes that you have some minimal background of how to use the co **PART THREE: BITCOIN SCRIPTING** -* 7.0: Introducing Bitcoin Scripting - * 7.1: Understanding the Foundation of Bitcoin - * 7.2: Scripting a Pay to Public Key Hash - * 7.3: Executing a Script +* [7.0: Introducing Bitcoin Scripting](7_0_Introducing_Bitcoin_Scripting.md) + * [7.1: Understanding the Foundation of Transaction](7_1_Understanding_the_Foundation_of_Transactions.md) + * [7.2: Scripting a Pay to Public Key Hash](7_2_Scripting_a_Pay_to_Public_Key_Hash.md) + * [7.3: Testing a Bitcoin Script](7_3_Testing_a_Bitcoin_Script.md) + * [7.4: Executing a Script](7_4_Executing_a_Bitcoin_Script.md) ## Planned Future Work