diff --git a/README.MD b/README.MD
index dfd4e45..9534b0c 100644
--- a/README.MD
+++ b/README.MD
@@ -1,4 +1,4 @@
-
+
# openCountdown
openCountdown is a professional software for event countdowns. It can be used in a live settings such as a music event.
@@ -16,7 +16,7 @@ You can download complete binaries from the release tab.
## Packaging
This is more a comment for the future version of me. There is one command for packaging using nexe.
```bash
-npx nexe index.js --build --python python3 --resource "./{lang,templates,static}/**/*" --ouput "openCountdown.exe”
+npx nexe index.js --build --python python3 --resource "./{lang,templates,static}/**/*" --ouput "openCountdown.exe”
```
Where `--python` is only needed in some envoirments for some reason. Also adjust `--output` for your target OS.