From 8e0d179e3f5d80e0621bda86ed8fceb6e59cde3c Mon Sep 17 00:00:00 2001
From: Lara Ianov <lianov@uab.edu>
Date: Tue, 18 Jun 2019 13:48:49 -0500
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 869a0f8..4c448ff 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,4 @@ Accepts markdown syntax such as `this`. FYI, click [here](https://github.com/ada
 
 The `GitLab_presentation.pdf` contains the slides I will show. However, a good section of this presentation will be shown in the web at this repo for clarification since showing GitLab's graphical interface is the goal of this talk.
 
-The script `demo.sh` is just a mock-up script. The purpose is just to show the git features that will be discussed in the presentation: GitLab groups, `clone`, `commit` (the several ways of doing this), `push`, `branch`, and the interpretation of git's history within the repo. May touch upon other features such as `fork`, `.gitattributes`, `git tag` etc..., but very broadly due to time.
\ No newline at end of file
+The script `demo.sh` is just a mock-up script. The purpose is just to show the git features that will be discussed in the presentation: GitLab groups, `clone`, `commit` (the several ways of doing this), `push`, `branch`, and the interpretation of git's history within the repo. May touch upon other features such as `fork`, `.gitattributes`, `.gitignore`,`git tag` etc..., but very broadly due to time.
\ No newline at end of file
-- 
GitLab