diff --git a/README.MD b/README.MD
index c57eff4..dfd4e45 100644
--- a/README.MD
+++ b/README.MD
@@ -1,4 +1,5 @@
-
+
+
# openCountdown
openCountdown is a professional software for event countdowns. It can be used in a live settings such as a music event.
Support for companion is currently being worked on [here](https://github.com/bitfocus/companion-module-pnh-opencountdown).
@@ -15,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.