diff --git a/groundStation/documentation/getting_started.md b/groundStation/documentation/getting_started.md
index 2cd83767631745a04080d16b7bfc983702a8847f..a955c009edc0a54d3bc85c363a5fcfffb056aca9 100644
--- a/groundStation/documentation/getting_started.md
+++ b/groundStation/documentation/getting_started.md
@@ -43,13 +43,13 @@ 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`.
 
-    - `./getsource`  
-    - `./setsource`  
-    - `./getparam`  
-    - `./setparam`
-    - `./getouput` 
-    - `./getnodes` 
-    - `./addnode`  
+    - <code>./getsource</code>
+    - <code>./setsource</code>
+    - <code>./getparam</code>
+    - <code>./setparam</code>
+    - <code>./getouput</code>
+    - <code>./getnode</code>
+    - <code>./addnode</code>
 
 
 Example Command and Flow through Ground Station