Skip to content

Commit

Permalink
Fix name of hello module in v3 getting-started doc (#2003)
Browse files Browse the repository at this point in the history
Fixes #1948

Co-authored-by: Christopher Lott <[email protected]>
  • Loading branch information
chrisinmtown and chrisinmtown authored Nov 27, 2024
1 parent b56e193 commit 58c8bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ Instead, you need to run the Connexion application using an ASGI server:
.. code-block:: bash
$ uvicorn run:app
$ uvicorn hello:app
.. code-block:: bash
$ gunicorn -k uvicorn.workers.UvicornWorker run:app
$ gunicorn -k uvicorn.workers.UvicornWorker hello:app
.. warning::

Expand Down

0 comments on commit 58c8bb6

Please sign in to comment.