From c7704281dae1fce9aa0cdbc9e148059ec9c3a6d1 Mon Sep 17 00:00:00 2001
From: Matthew Kelly <mkelly2@iastate.edu>
Date: Sun, 28 Jan 2018 11:31:07 -0600
Subject: [PATCH] Another attempt at formatting

---
 groundStation/documentation/getting_started.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/groundStation/documentation/getting_started.md b/groundStation/documentation/getting_started.md
index a955c009e..578637844 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
 -----------------------------------------------
-- 
GitLab