diff --git a/13_3_Empowering_Bitcoin_with_Scripts.md b/13_3_Empowering_Bitcoin_with_Scripts.md index 0f2dbbc..9799f1e 100644 --- a/13_3_Empowering_Bitcoin_with_Scripts.md +++ b/13_3_Empowering_Bitcoin_with_Scripts.md @@ -287,4 +287,10 @@ If you've ever seen complex Bitcoin functionality or Bitcoin-adjacent systems, t ## What's Next? -Move on to "Bitcoin APIs" with [Chapter Fourteen: Using Tor](14_0_Using_Tor.md). +Move on to "Using Tor" with [Chapter Fourteen: Using Tor](14_0_Using_Tor.md). + +Or, if you prefer, there are two alternate paths: + +If you want to stay focused on Bitcoin, move on to "Programming with RPC" with [Chapter Fifteen: Talking to Bitcoind with C](15_0_Talking_to_Bitcoind.md). + +Or, if you want to stay focused on the command-line because you're not a programmer, you can skip to [Chapter Eighteen: Understanding Your Lightning Seutp](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/18_0_Understanding_Your_Lightning_Setup.md) to continue your command-line education with the Lightning Network.