From 560149e4108ba9abf3f88b27222cc43dbd196f47 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 25 Oct 2015 02:46:58 +0200 Subject: [PATCH] Fix typos, again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93146f5..285ffcb 100644 --- a/README.md +++ b/README.md @@ -1168,13 +1168,13 @@ mdfind -name 'searchterm' ### System Integrity Protection #### Disable System Integrity Protection -Reboot while holding `Cmd-R`, open the Terminal application an enter: +Reboot while holding `Cmd-R`, open the Terminal application and enter: ```bash csrutil disable && reboot ``` #### Enable System Integrity Protection -Reboot while holding `Cmd-R`, open the Terminal application an enter: +Reboot while holding `Cmd-R`, open the Terminal application and enter: ```bash csrutil enable && reboot ```