diff --git a/README.md b/README.md
index eae5727..92ac038 100644
--- a/README.md
+++ b/README.md
@@ -100,9 +100,9 @@ println!("{}", deobfuscator.cleaned_code);
---
### As a CLI Utility:
-The following assumes that you have either downloaded a release binary or cloned the repo and built it using `cargo build --release`.
+The following assumes that you have either downloaded a release binary or cloned the repo and built it using `cargo build --release`.
-A simple CLI tool is provided as an abstraction over the API for your convenience:
+A simple CLI tool is provided as an abstraction over the API for your convenience:
**Windows:**
```powershell
@@ -112,7 +112,7 @@ A simple CLI tool is provided as an abstraction over the API for your convenienc
# To obfuscate a source file, adding "@echo off" and writing to a custom output file:
.\0xidiz3r.exe -e -o output.bat input.bat
```
-
+
**Linux/MacOS:**
```bash