diff --git a/README.md b/README.md
index f7350a6..467e9ad 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Make sure you have installed Visual Studio, not Visual Studio Code, you need the
### For MacOS
-1. There are many different ways to use CMake on Mac or Linux. Visual Studio works great, but its a [Command Line Interface](###CLI) application so it's easy to use anywhere.
+1. There are many different ways to use CMake on Mac or Linux. Visual Studio works great, but its a [Command Line Interface](#CLI) application so it's easy to use anywhere.
However, for this guide, install Visual Studio Code and [Brew](https://brew.sh). Brew is like apt for MacOS, if you don't want to install it, find some way to install CMake.
2. Open this project in Visual Studio Code.
@@ -52,4 +52,4 @@ cmake .; make;
The binary should be in the root of the project after it is installed so run
```
./GSM_TEMPLATE
-```
\ No newline at end of file
+```