Merge pull request #2629 from Andrew-Chen-Wang/patch-4

Fixed local async command in docs
This commit is contained in:
Bruno Alla 2020-06-21 14:11:20 +01:00 committed by GitHub
commit 3577079a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ First things first.
or if you're running asynchronously: ::
$ gunicorn config.asgi --bind 0.0.0.0:8000 -k uvicorn.workers.UvicornWorker --reload
$ uvicorn config.asgi:application --host 0.0.0.0 --reload
.. _PostgreSQL: https://www.postgresql.org/download/
.. _Redis: https://redis.io/download