Skip to content

Commit

Permalink
Fix name of hello module in v3 getting-started doc
Browse files Browse the repository at this point in the history
Fixes: 1948
  • Loading branch information
chrisinmtown committed Nov 24, 2024
1 parent cef665c commit 23b047d
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 23b047d

Please sign in to comment.