Skip to content

Commit

Permalink
Update layout_bootstrap3 readme paths
Browse files Browse the repository at this point in the history
The paths in this readme were no longer correct.
  • Loading branch information
nicwest committed Nov 10, 2015
1 parent 29f33bb commit 685f3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/layout_bootstrap3/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ To run this example:

3. Install requirements::

pip install -r 'examples/layout-bootstrap3/requirements.txt'
pip install -r 'examples/layout_bootstrap3/requirements.txt'

4. Run the application::

python examples/layout-bootstrap3/app.py
python examples/layout_bootstrap3/app.py

The first time you run this example, a sample sqlite database gets populated automatically. To suppress this behaviour,
comment the following lines in app.py:::
Expand Down

0 comments on commit 685f3ce

Please sign in to comment.