update readme with links to blueprint docs, remove from TODO list

This commit is contained in:
narzeja 2016-10-16 06:50:10 +02:00
parent b19452a1a7
commit 95124fc584

View File

@ -40,6 +40,7 @@ app.run(host="0.0.0.0", port=8000)
* [Routing](docs/routing.md)
* [Middleware](docs/middleware.md)
* [Exceptions](docs/exceptions.md)
* [Blueprints](docs/blueprints.md)
* [Contributing](docs/contributing.md)
* [License](LICENSE)
@ -48,7 +49,6 @@ app.run(host="0.0.0.0", port=8000)
* File output
* Examples of integrations with 3rd-party modules
* RESTful router
* Blueprints?
## Limitations:
* No wheels for uvloop and httptools on Windows :(