From 27c4a4f97c29d293c83d6f6bb22bbfb25b318592 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Fri, 10 Jul 2015 09:03:43 -0400 Subject: [PATCH] Fixed typo in install instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e694c8c..206e4cc 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ If you already have Python installed and are familiar with installing packages, pip install "ipython[notebook]" ``` -If you run into an issue about pyzmq, refer to the followwing [Stack Overflow post](http://stackoverflow.com/questions/24995438/pyzmq-missing-when-running-ipython-notebook) and run: +If you run into an issue about pyzmq, refer to the following [Stack Overflow post](http://stackoverflow.com/questions/24995438/pyzmq-missing-when-running-ipython-notebook) and run: ``` pip uninstall ipython