Update README.md
This commit is contained in:
parent
f61172b8dd
commit
7f17a42298
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue