Skip to content

Commit 5e0438f

Browse files
committed
fork => clone
By "forking" I think we mean "cloning" in GIT. Forking has espceiclly a different meaning on Github, and I don't think that's what we are referring to here.
1 parent e875b1c commit 5e0438f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ PyMC does have dependencies to run, namely NumPy and (optionally) SciPy. To not
1919
Contents
2020
------
2121

22-
(The below chapters are rendered via the *nbviewer* at [nbviewer.ipython.org/](http://nbviewer.ipython.org/), and is read-only. Interactive notebooks + examples can be downloaded by forking! )
22+
(The below chapters are rendered via the *nbviewer* at
23+
[nbviewer.ipython.org/](http://nbviewer.ipython.org/), and is read-only.
24+
Interactive notebooks + examples can be downloaded by cloning! )
2325

2426

2527
* [**Prologue.**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Prologue/Prologue.ipynb) Why we do it.
@@ -57,7 +59,7 @@ Using the book
5759

5860
The book can be read in three different ways, starting from most recommended to least recommended:
5961

60-
1. The most recommended option is to fork the repository and download the .ipynb files to your local machine. If you have IPython installed, you can view the
62+
1. The most recommended option is to clone the repository and download the .ipynb files to your local machine. If you have IPython installed, you can view the
6163
chapters in your browser *plus* edit and run the code provided (and try some practice questions). This is the preferred option to read
6264
this book, though it comes with some dependencies.
6365
- IPython 0.13 is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/ipython-doc/dev/install/index.html)

0 commit comments

Comments
 (0)