Simpler is better
Making changes to the README.md file to clarify the description of Flask and correcting some typo errors. A step towards improving the readability and understanding of the project.
This commit is contained in:
parent
e1e4e82096
commit
37a7c19412
1 changed files with 3 additions and 5 deletions
|
|
@ -6,11 +6,9 @@ to make getting started quick and easy, with the ability to scale up to
|
||||||
complex applications. It began as a simple wrapper around `Werkzeug`_
|
complex applications. It began as a simple wrapper around `Werkzeug`_
|
||||||
and `Jinja`_ and has become one of the most popular Python web
|
and `Jinja`_ and has become one of the most popular Python web
|
||||||
application frameworks.
|
application frameworks.
|
||||||
|
Flask offers suggestions but doesn't enforce any dependencies or project layouts.
|
||||||
Flask offers suggestions, but doesn't enforce any dependencies or
|
It is up to the developer to choose the tools and libraries they want to use.
|
||||||
project layout. It is up to the developer to choose the tools and
|
The community provides many extensions that make adding new functionality quick.
|
||||||
libraries they want to use. There are many extensions provided by the
|
|
||||||
community that make adding new functionality easy.
|
|
||||||
|
|
||||||
.. _WSGI: https://wsgi.readthedocs.io/
|
.. _WSGI: https://wsgi.readthedocs.io/
|
||||||
.. _Werkzeug: https://werkzeug.palletsprojects.com/
|
.. _Werkzeug: https://werkzeug.palletsprojects.com/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue