From cfe64c04053e3a376415672f248f0b0ba9ded1ac Mon Sep 17 00:00:00 2001 From: manojalluri Date: Tue, 25 Nov 2025 22:01:46 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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