forked from orbit-oss/flask
Merge pull request #4760 from oguzhancelikarslan/patch-1
Fix typo on qucikstart documentation
This commit is contained in:
commit
b0b27785ae
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ itself.
|
||||||
|
|
||||||
To run the application, use the ``flask`` command or
|
To run the application, use the ``flask`` command or
|
||||||
``python -m flask``. You need to tell the Flask where your application
|
``python -m flask``. You need to tell the Flask where your application
|
||||||
is with the ``-app`` option.
|
is with the ``--app`` option.
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue