From 37a7c19412f7b0ee21537bc643feadec86f40cae Mon Sep 17 00:00:00 2001 From: taras_zhere <35704223+TarasZhere@users.noreply.github.com> Date: Wed, 12 Apr 2023 22:07:57 -0600 Subject: [PATCH] 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. --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 3d1c3882..8e74f59e 100644 --- a/README.rst +++ b/README.rst @@ -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`_ and `Jinja`_ and has become one of the most popular Python web application frameworks. - -Flask offers suggestions, but doesn't enforce any dependencies or -project layout. It is up to the developer to choose the tools and -libraries they want to use. There are many extensions provided by the -community that make adding new functionality easy. +Flask offers suggestions but doesn't enforce any dependencies or project layouts. +It is up to the developer to choose the tools and libraries they want to use. +The community provides many extensions that make adding new functionality quick. .. _WSGI: https://wsgi.readthedocs.io/ .. _Werkzeug: https://werkzeug.palletsprojects.com/