diff --git a/groundStation/documentation/getting_started.md b/groundStation/documentation/getting_started.md
index a955c009edc0a54d3bc85c363a5fcfffb056aca9..5786378444d151853d5b90c6ab0f359d3bed1317 100644
--- a/groundStation/documentation/getting_started.md
+++ b/groundStation/documentation/getting_started.md
@@ -43,14 +43,15 @@ Ground Station Commands
 All commands can be used directly when using the CLI rather than the GUI. Shown below are the main commands
 as symbolic links, they can also be used by the CLI like follows `./Cli getsource`.
 
-    - <code>./getsource</code>
-    - <code>./setsource</code>
-    - <code>./getparam</code>
-    - <code>./setparam</code>
-    - <code>./getouput</code>
-    - <code>./getnode</code>
-    - <code>./addnode</code>
-
+```
+./getsource
+./setsource
+./getparam
+./setparam
+./getouput
+./getnode
+./addnode
+```
 
 Example Command and Flow through Ground Station
 -----------------------------------------------