Browse Source

Fix logs for simple example on readme

pull/2672/merge
Hsiaoming Yang 7 years ago
parent
commit
cc51ace823
No known key found for this signature in database
GPG Key ID: 7E55E3E0118B2B4C
  1. 5
      README.rst

5
README.rst

@ -36,10 +36,11 @@ A Simple Example
def hello():
return 'Hello, World!'
.. code-block:: none
.. code-block:: text
$ 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

Loading…
Cancel
Save