Improve the wording of ASGI docs
This commit is contained in:
parent
6f7b38dfee
commit
d35e097003
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ wrapping the Flask app,
|
||||||
|
|
||||||
asgi_app = WsgiToAsgi(app)
|
asgi_app = WsgiToAsgi(app)
|
||||||
|
|
||||||
and then serving the ``asgi_app`` with the asgi server, e.g. using
|
and then serving the ``asgi_app`` with the ASGI server, e.g. using
|
||||||
`Hypercorn <https://gitlab.com/pgjones/hypercorn>`_,
|
`Hypercorn <https://gitlab.com/pgjones/hypercorn>`_,
|
||||||
|
|
||||||
.. sourcecode:: text
|
.. sourcecode:: text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue