Skip to content

Commit 1a41a22

Browse files
committed
Update Flask run command
1 parent 0bb037c commit 1a41a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-image-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Next, you need to install Playwright:
3535
Finally, run the Flask development server
3636

3737
```bash
38-
(venv) $ flask run
38+
(venv) $ python -m flask run
3939
```
4040

4141
Now you can navigate to the address that's shown in the output when you start the server. Commonly, that's `http://localhost:5000/`.

0 commit comments

Comments
 (0)