From 58912c0d1063f25868bf15145e90571409fda10b Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 6 Jun 2017 10:27:15 -0700 Subject: [PATCH] Update 11_0_Designing_Real_Bitcoin_Scripts.md --- 11_0_Designing_Real_Bitcoin_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_0_Designing_Real_Bitcoin_Scripts.md b/11_0_Designing_Real_Bitcoin_Scripts.md index b1e3484..8d19a57 100644 --- a/11_0_Designing_Real_Bitcoin_Scripts.md +++ b/11_0_Designing_Real_Bitcoin_Scripts.md @@ -1,6 +1,6 @@ # Chapter 11: Designing Real Bitcoin Scripts -Our Bitcoin Scripts to date have been largely theoretical, because we've been putting together all the puzzle pieces. Now, with the full Bitcoin Script repetoire in hand, we're ready to dig into several real Bitcoin Scripts and see how they work. +Our Bitcoin Scripts to date have been largely theoretical examples, because we've still been putting together the puzzle pieces. Now, with the full Bitcoin Script repetoire in hand, we're ready to dig into several real-world Bitcoin Scripts and see how they work. ## Objectives for This Chapter