From b1886b79ef89a8fc530b8d18ac8ed1fd263ffef5 Mon Sep 17 00:00:00 2001 From: Thomas Luke Ruane <65042934+realgoodegg@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:55:20 +0900 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e275167..c4080aa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It requires the following additional Python libraries: * [pypubsub](https://github.com/schollii/pypubsub) * [pyperclip](https://github.com/asweigart/pyperclip) -A executable app is available to download in the [Release](https://github.com/realgoodegg/another-checksum-application/releases/tag/v1.0.0) section, otherwise the app can be compiled with [Pyinstaller](https://pyinstaller.org/en/stable/): +An executable app is available to download in the [Release](https://github.com/realgoodegg/another-checksum-application/releases/tag/v1.0.0) section, otherwise the app can be compiled with [Pyinstaller](https://pyinstaller.org/en/stable/): `pyinstaller --onefile --windowed --collect-submodules filehashingservice.py --icon aca_icon.icns --name "aca" aca.py`