Fix logs for simple example on readme
This commit is contained in:
parent
a2ea18693c
commit
cc51ace823
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue