Update README.md

This commit is contained in:
Aswin Dev S P 2025-03-25 01:25:47 +05:30 committed by GitHub
parent f61172b8dd
commit 7f17a42298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,14 +6,14 @@ 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
Flask offers suggestions, but does n'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.
[WSGI]: https://wsgi.readthedocs.io/
[Werkzeug]: https://werkzeug.palletsprojects.com/
[Jinja]: https://jinja.palletsprojects.com/
[Jinja]: https://jinja.palletsprojects.com/
## A Simple Example