diff --git a/README.md b/README.md index 64f56cac4f..50413019ce 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ # Flask + + + + +![TestPyPI version](https://img.shields.io/testpypi/v/flask?style=flat-square&logo=pypi&color=orange) ![TestPyPI](https://img.shields.io/badge/testpypi-preview-orange?style=flat-square&logo=pypi) [![Deployed](https://img.shields.io/badge/deployed-unknown-blue?style=flat-square)](https://test.pypi.org/project/flask) + + Flask is a lightweight [WSGI] web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around [Werkzeug] @@ -20,6 +27,7 @@ community that make adding new functionality easy. ## A Simple Example ```python + # save this as app.py from flask import Flask