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