diff --git a/2019/2019-10-10_advancedGitTraining-SIU/slides/gettingStarted.md b/2019/2019-10-10_advancedGitTraining-SIU/slides/gettingStarted.md
index 98b0a2f7380c169ec4168ba54fafb56ea5475eee..07181df4432645ce5ac8268e4c22e6f0b9c33125 100644
--- a/2019/2019-10-10_advancedGitTraining-SIU/slides/gettingStarted.md
+++ b/2019/2019-10-10_advancedGitTraining-SIU/slides/gettingStarted.md
@@ -1,11 +1,11 @@
 # Getting Started
 
-Fork and then clone the tutorial repository
-<a href="https://github.com/LCSB-BioCore/advanced-git-practice">https://github.com/LCSB-BioCore/advanced-git-practice</a>
+* Fork and then clone the tutorial repository
+  <a href="https://github.com/LCSB-BioCore/advanced-git-practice">https://github.com/LCSB-BioCore/advanced-git-practice</a>
 
-```bash
-$ git clone git@github.com:<first.last>/advanced-git-practice.git
-```
+    ```bash
+    $ git clone git@github.com:<first.last>/advanced-git-practice.git
+    ```
 
 * Add a remote `upstream`
     ```bash