Skip to content

Commit 23b047d

Browse files
committed
Fix name of hello module in v3 getting-started doc
Fixes: 1948
1 parent cef665c commit 23b047d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ Instead, you need to run the Connexion application using an ASGI server:
9494
9595
.. code-block:: bash
9696
97-
$ uvicorn run:app
97+
$ uvicorn hello:app
9898
9999
.. code-block:: bash
100100
101-
$ gunicorn -k uvicorn.workers.UvicornWorker run:app
101+
$ gunicorn -k uvicorn.workers.UvicornWorker hello:app
102102
103103
.. warning::
104104

0 commit comments

Comments
 (0)