Fix logs for simple example on readme

This commit is contained in:
Hsiaoming Yang 2018-03-22 23:44:36 +09:00
parent 307848a4f8
commit 010bf01a51

View file

@ -36,10 +36,11 @@ A Simple Example
def hello(): def hello():
return 'Hello, World!' return 'Hello, World!'
.. code-block:: none .. code-block:: text
$ FLASK_APP=hello.py flask run $ FLASK_APP=hello.py flask run
* Running on http://localhost:5000/ * Serving Flask app "hello"
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Links Links