From b842cff5989b161719eac8a6b3b8f63beb924a99 Mon Sep 17 00:00:00 2001 From: Ducc <43486978+BlackmanWhite@users.noreply.github.com> Date: Sat, 22 Sep 2018 15:56:28 -0300 Subject: [PATCH] Typo Fixed "remember" spelled as "rember" and fixed a comma wrongfuly placed. --- 24-el-capitan/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/24-el-capitan/README.md b/24-el-capitan/README.md index 88d777d..33d5960 100644 --- a/24-el-capitan/README.md +++ b/24-el-capitan/README.md @@ -1,6 +1,6 @@ **Goal: Update our build system to El Capitan** -If you were following this guide from the beginning, and upgraded to El Capitan only +If you were following this guide from the beginning and upgraded to El Capitan only to find that Makefiles don't compile anymore, follow these instructions to upgrade your cross-compiler. @@ -33,7 +33,7 @@ export PATH="$PREFIX/bin:$PATH" binutils -------- -Rember: always be careful before pasting walls of text from the internet. I recommend copying line by line. +Remember: always be careful before pasting walls of text from the internet. I recommend copying line by line. ```sh mkdir /tmp/src