From 24525d02b0384af38da6cf176a26b566ee3a061b Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Sun, 3 Nov 2013 14:52:28 -0800 Subject: [PATCH] typos --- README.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e3cca1a8..a0c9efe0 100644 --- a/README.rst +++ b/README.rst @@ -57,15 +57,12 @@ of a front-end developer (vs. that of a python developer). That means installing Set up your environment ----------------------- -1. Install sphinx_ into a virtual environment. +1. Install sphinx_ into a virtual environment. You'll need a working python environment. -..code-block:: - pip install sphinx + pip install sphinx 2. Install node, bower and grunt. -..code-block - // Install node brew install node @@ -78,8 +75,6 @@ Set up your environment Now that our environment is set up, make sure you're in your virtual environment, go to this repository in your terminal and run grunt: -..code-block - grunt This default task will do the following **very cool things that make it worth the trouble**.