diff --git a/README.md b/README.md index d64c7e7..741e43d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Implementing a Neural Network from scratch - -[**Read the blog post here.**](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/) +[**Please read the blog post that goes with this code!**](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/) ### iPython notebook setup @@ -11,5 +9,5 @@ source venv/bin/activate # Install requirements pip install -r requirements.txt # Start the notebook server -jupyter notebook . +jupyter notebook ```