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:
taras_zhere 2023-04-12 22:07:57 -06:00 committed by GitHub
parent e1e4e82096
commit 37a7c19412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/