diff --git a/README.rst b/README.rst index 6b6d0408..316c323d 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ Sanic | Build fast. Run fast. Sanic is a **Python 3.7+** web server and web framework that's written to go fast. It allows the usage of the ``async/await`` syntax added in Python 3.5, which makes your code non-blocking and speedy. -Sanic is also ASGI compliant, so you can deploy it with an `alternative ASGI webserver `_. +Sanic is also ASGI compliant, so you can deploy it with an `alternative ASGI webserver `_. `Source code on GitHub `_ | `Help and discussion board `_ | `User Guide `_ | `Chat on Discord `_