Replace run --debug with --debug run in docs.
This commit is contained in:
parent
cb825687a5
commit
2a60ded1d0
8 changed files with 11 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ In a separate terminal, activate the virtualenv and run the Flask development se
|
|||
|
||||
```shell
|
||||
$ . ./.venv/bin/activate
|
||||
$ flask -A task_app run --debug
|
||||
$ flask -A task_app --debug run
|
||||
```
|
||||
|
||||
Go to http://localhost:5000/ and use the forms to submit tasks. You can see the polling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue