Update README.rst
Rolled back on some changes
This commit is contained in:
parent
baf99fe7df
commit
0352c49224
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ community that make adding new functionality easy.
|
||||||
|
|
||||||
**Install & Update** using `pip`_:
|
**Install & Update** using `pip`_:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: text
|
||||||
|
|
||||||
$ pip install -U Flask
|
$ pip install -U Flask
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@ community that make adding new functionality easy.
|
||||||
def hello():
|
def hello():
|
||||||
return "Hello, World!"
|
return "Hello, World!"
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: text
|
||||||
|
|
||||||
$ flask run
|
$ flask run
|
||||||
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
|
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue