From cdea6758279f06e97659276646537a96efe90928 Mon Sep 17 00:00:00 2001
From: Zopolis4 <creatorsmithmdt@gmail.com>
Date: Wed, 10 Aug 2022 13:42:09 +1000
Subject: [PATCH] Fix minor typo in readme

---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index da1949546d..604d6e041b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -70,7 +70,7 @@ A binary supporting a single architecture can be built using the following steps
 1. `mkdir build`
 2. `cd build`
 3. `cmake ..`
-4. `make -j$(sysctl -n hw.logicalcpu)`
+4. `make -j $(sysctl -n hw.logicalcpu)`
 
 An application bundle will be created in `./Binaries`.