diff --git a/README.md b/README.md index 71890b2..eceacf2 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ $ python QRCode.py ## Packaging the app You can pass any valid `pyinstaller` flag in the following command to further customize the way your app is built. ```sh -$ python -m eel web QRCode.py --noconsole --onefile -icon=barcode.icns +$ python -m eel web QRCode.py --noconsole --onefile --icon=barcode.icns ```