Skip to content

Commit 016fc16

Browse files
committed
Update README.md
1 parent 2ec17e2 commit 016fc16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ $ pip3 install -r requirements.txt
8989
```bash
9090
$ # CMD
9191
$ set FLASK_APP=run.py
92-
$ set FLASK_ENV=True
92+
$ set FLASK_DEBUG=True
9393
$
9494
$ # Powershell
9595
$ $env:FLASK_APP = ".\run.py"
96-
$ $env:FLASK_ENV = "True"
96+
$ $env:FLASK_DEBUG = "True"
9797
```
9898

9999
<br />

0 commit comments

Comments
 (0)