diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index 18854538..cf7d3e3d 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -101,7 +101,7 @@ system's responses to that command. When you see the next +$+ prefix, you'll know it's a new command and you should repeat the process. ==== -In this example, we are using the +git+ command to create a +Here, we are using the +git+ command to create a local copy ("clone") of the source code: ----