diff --git a/README.md b/README.md
index a9b3c75..ff3b0bd 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ if __name__ == '__main__':
api.run()
```
-That `async` declaration is optional. [View documentation](http://python-responder.org).
+Powered by [Starlette](https://www.starlette.io/). That `async` declaration is optional. [View documentation](http://python-responder.org).
This gets you a ASGI app, with a production static files server pre-installed, jinja2 templating (without additional imports), and a production webserver based on uvloop, serving up requests with gzip compression automatically.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 9a5390b..7fc1e4c 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -37,7 +37,7 @@ spread some `Hacktoberfest `_ spirit ar
if __name__ == '__main__':
api.run()
-That ``async`` declaration is optional.
+Powered by `Starlette `_. That ``async`` declaration is optional.
This gets you a ASGI app, with a production static files server (WhiteNoise)
pre-installed, jinja2 templating (without additional imports), and a