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
```