From cc51ace823d4e1ca2d3178aba0bbb742fe6049a5 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Thu, 22 Mar 2018 23:44:36 +0900 Subject: [PATCH] Fix logs for simple example on readme --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6f6dc581..b7d4664f 100644 --- a/README.rst +++ b/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