Skip to content

Commit

Permalink
update example output
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 7, 2018
1 parent a40fa4b commit 4055d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this situation you can run a local web server::
(venv)$ pip install git+https://github.com/bast/cicero.git@master#egg=cicero
(venv)$ cicero

* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)


How to preview and serve your talk locally
Expand All @@ -35,4 +35,4 @@ Then start the server::

$ pipenv run python cicero.py

* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

0 comments on commit 4055d8a

Please sign in to comment.