Skip to content

Commit 58c8bb6

Browse files
authored
Fix name of hello module in v3 getting-started doc (#2003)
Fixes #1948 Co-authored-by: Christopher Lott <[email protected]>
1 parent b56e193 commit 58c8bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3.rst

Lines changed: 2 additions & 2 deletions
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)