diff --git a/README.md b/README.md index af03832..ed00eab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ ## Run - `set FLASK_APP=index.py + set FLASK_APP=index.py set FLASK_DEBUG=1 set - flask run -p 5001` \ No newline at end of file + flask run -p 5001 + + or + + python index.py \ No newline at end of file