You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous README showed headers with hashtags appended to the left of the header.
I think that they are typos and the idea was to use the features of markdown to present a
well formatted README. Also, the commands were not annotated properly (considering the
markdown standards), disabling the opportunity to use the features of the markdown parser
of github to display a button to copy/paste easily at the sides of each command.
The changes made address the problems mentioned above.
@@ -11,72 +11,72 @@ Repository for the book to be published by O'Reilly.
11
11
This book will be licensed under [CC-BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode) once the book is published.
12
12
13
13
14
-
##Setting Up
14
+
##Setting Up
15
15
16
16
17
17
To get the most out of this book, you’ll want to create an environment where you can run the example code and do the exercises. Here are the steps required to set everything up:
18
18
19
-
###1. Install Python 3.5 or higher on your machine:
19
+
###1. Install Python 3.5 or higher on your machine:
You should have a browser open up automatically, as shown in [Figure P-1](https://raw.githubusercontent.com/jimmysong/programmingbitcoin/master/images/prbc_0001.png).
MORE INFO AT: [https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up](https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up)
82
+
MORE INFO AT: [https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up](https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up)
0 commit comments