From eb52abb2b7a93ed354ae10e235f5f8e27e0f3f48 Mon Sep 17 00:00:00 2001 From: 0xTas Date: Tue, 1 Nov 2022 07:04:09 -0700 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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