diff --git a/readme.md b/readme.md index 1f1a5ae..6e04e09 100644 --- a/readme.md +++ b/readme.md @@ -60,7 +60,7 @@ python main.py ```bash pip install pyinstaller -pyinstaller -F -w test.py +pyinstaller -F -w main.py ```