From 28a0372222fbd884f2679c42b4b795189cef1b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 4 Mar 2016 09:02:18 +0100 Subject: [PATCH] fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb69f8f..2fa1a18 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simply open the [Jupyter](http://jupyter.org/) notebooks you are interested in: * using [Binder](http://mybinder.org/): [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/ageron/ml-notebooks) * this let's you experiment with the code examples * or using [jupyter.org's notebook viewer](http://nbviewer.jupyter.org/github/ageron/ml-notebooks/blob/master/index.ipynb) - * note: [github.com's notebook viewer](https://github.com/ageron/ml-notebooks/blob/master/index.ipynb)) also works but it is slower and the math formulas are not displayed correctly + * note: [github.com's notebook viewer](https://github.com/ageron/ml-notebooks/blob/master/index.ipynb) also works but it is slower and the math formulas are not displayed correctly * or by cloning this repository and running Jupyter locally * if you prefer this option, follow the installation instructions below.