From e021ec2d9d96b7447de2be1f696dd63d46fe8bad Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Mon, 7 Oct 2019 07:34:17 +0200
Subject: [PATCH] minor formatting change

---
 .../slides/gettingStarted.md                           | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/2019/2019-10-10_advancedGitTraining-SIU/slides/gettingStarted.md b/2019/2019-10-10_advancedGitTraining-SIU/slides/gettingStarted.md
index 98b0a2f7..07181df4 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
-- 
GitLab