Update README.rst

Rolled back on some changes
This commit is contained in:
Yuhesh Pandian.P.J 2024-01-01 20:05:36 +05:30 committed by GitHub
parent baf99fe7df
commit 0352c49224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ community that make adding new functionality easy.
**Install & Update** using `pip`_:
.. code-block:: bash
.. code-block:: text
$ pip install -U Flask
@ -43,7 +43,7 @@ community that make adding new functionality easy.
def hello():
return "Hello, World!"
.. code-block:: bash
.. code-block:: text
$ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)