From 4d7831991f08b44b150a825570e649505331348c Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 25 Oct 2015 02:54:05 +0200 Subject: [PATCH] Change code for keys --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 285ffcb..5919c7d 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 and 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 and enter: +Reboot while holding Cmd + R, open the Terminal application and enter: ```bash csrutil enable && reboot ```