From 47bfc27d620299d07fce0f89b3fe2534786f5cf2 Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Wed, 30 Mar 2022 02:06:38 -0400 Subject: [PATCH] Fix a small typo --- Build-Instructions-(macOS).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions-(macOS).md b/Build-Instructions-(macOS).md index 24f6735..232782a 100644 --- a/Build-Instructions-(macOS).md +++ b/Build-Instructions-(macOS).md @@ -22,7 +22,7 @@ Let's clone and build the project: git clone --recursive https://github.com/Swordfish90/cool-retro-term.git cd cool-retro-term -# Build the proejct +# Build the project qmake -config release make -j8