diff --git a/README.md b/README.md index 64f56cac..5fb4b332 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ # Flask Flask is a lightweight [WSGI] web application framework. It is designed + +> **Note on WSGI**: WSGI stands for Web Server Gateway Interface, a Python standard that allows web applications to communicate with web servers. 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