diff --git a/docs/intro.rst b/docs/intro.rst index 7f58c01..955767b 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -133,7 +133,7 @@ Server Features - Supports large number of clients even on modest hardware due to being asynchronous. - Can be hosted on any `WSGI `_ and - `ASGI `_ web servers includind + `ASGI `_ web servers including `Gunicorn `_, `Uvicorn `_, `eventlet `_ and `gevent `_. - Can be integrated with WSGI applications written in frameworks such as Flask, Django,