Update quickstart.rst

Fixed: 
```
  flask --app hello run
  Usage: flask run [OPTIONS]
  Try 'flask run --help' for help.

  Error: Could not import 'hello'.
```
This commit is contained in:
Max Małecki 2023-06-12 14:37:31 +02:00 committed by GitHub
parent 8e33b7b3e2
commit 09a6a93700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ is with the ``--app`` option.
.. code-block:: text
$ flask --app hello run
$ flask --app app run
* Serving Flask app 'hello'
* Running on http://127.0.0.1:5000 (Press CTRL+C to quit)