Skip to content

Commit

Permalink
Fix error in parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Knupp committed Dec 23, 2013
1 parent 982bb73 commit f0d58f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Let's start our new service and make a request. While we're at it, lets
make use of ``sandman``'s awesome filtering capability by specifying a
filter term:

.. code:: zsh
.. code:: bash
> python runserver.py &
* Running on http://127.0.0.1:5000/
Expand Down Expand Up @@ -114,7 +114,7 @@ you've been bugging me about, looking something like this:
.. figure:: /docs/images/admin_tracks_improved.jpg
:alt: admin interface awesomesauce screenshot

admin interface awesomesauce screenshot

(If you want to disable the browser from opening automatically each time
``sandman`` starts, call ``activate`` with ``browser=False``)

Expand Down

0 comments on commit f0d58f1

Please sign in to comment.