Skip to content

Commit

Permalink
Merge pull request #2 from ralphbean/master
Browse files Browse the repository at this point in the history
Fixed typos in docs
  • Loading branch information
mikeorr committed Feb 15, 2012
2 parents 3535fd6 + af3a0b5 commit 4fbbddb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/demo/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ application:
$ virtualenv --no-site-packages ~/directory/myvenv
$ source ~/directory/myvenv/bin/activate
(myvenv)$ git clone git://github.com/mikeorr/akhet_demo
(myenv)$ pip install -e .
(myenv)$ pserve development.ini
(myvenv)$ cd akhet_demo
(myvenv)$ pip install -e .
(myvenv)$ pserve development.ini
Features
========
Expand Down

0 comments on commit 4fbbddb

Please sign in to comment.