comparison README.md @ 12:a804d1645b0a

Fix typo in readme
author Brendan Rius <brendan@omixy.com>
date Sat, 26 Mar 2016 15:00:29 +0000
parents ed81f9f93bde
children 086c0d0da045
comparison
equal deleted inserted replaced
11:ed81f9f93bde 12:a804d1645b0a
19 ### Via Docker 19 ### Via Docker
20 20
21 * `docker build .` 21 * `docker build .`
22 * `docker run -d -p 8888:8888 CONSTRUCTED_IMAGE` 22 * `docker run -d -p 8888:8888 CONSTRUCTED_IMAGE`
23 * Go to [http://localhost:8888](http://localhost:8888) (or your VM if you are using Docker Machine) 23 * Go to [http://localhost:8888](http://localhost:8888) (or your VM if you are using Docker Machine)
24
24 ## Usage 25 ## Usage
25 26
26 * Open the example notebook: `jupyter-notebook example-notebook.ipynb` 27 * Open the example notebook: `jupyter-notebook example-notebook.ipynb`
27 * Enjoy! 28 * Enjoy!
28 29