From 7f17a422985cc51a1d29e18ee3f9155084d57517 Mon Sep 17 00:00:00 2001 From: Aswin Dev S P <40211325+aswindevsp@users.noreply.github.com> Date: Tue, 25 Mar 2025 01:25:47 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29312c65..25354a17 100644 --- a/README.md +++ b/README.md @@ -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