From 1eec2f3fd71d3bf6f7ea9b095dbb91fb7e7e92dd Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Mon, 30 Nov 2015 14:24:46 +0100
Subject: [PATCH] Update remotes title

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ab06759..0e5c75c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ The Git system is widely used by software developers, but can also be used for
 project management. In the LUMC we use [GitLab](https://git.lumc.nl) as a
 collaborative environment on top of Git. By keeping track of all versions,
 history, etc, GitLab makes your projects more reproducible and collaboration
-with colleagues easy ([introduction](http://doc.gitlab.com/ce/gitlab-basics/README.html)). 
+with colleagues easy ([introduction](http://doc.gitlab.com/ce/gitlab-basics/README.html)).
 
 
 ## Coordinates
@@ -37,7 +37,7 @@ GitLab server and using Git for data analysis projects.
 | 09:45 | [Git basics](http://bit.ly/lumc_git_basics) | Wibowo Arindrarto | Basic Git command line fu |
 | 10:30 | *Practical*       |                   |                           |
 | 11:00 | Coffee            |                   |                           |
-| 11:15 | **Git remotes**   | Martijn Vermaat   | Sharing and collaborating via GitLab |
+| 11:15 | **Git and remote repositories** | Martijn Vermaat   | Sharing and collaborating via GitLab |
 | 11:45 | *Practical*       |                   |                           |
 | 12:00 | Lunch             |                   |                           |
 | 13:00 | *Practical*       |                   |                           |
@@ -107,4 +107,4 @@ First clone this repository, then fetch the data from the submodule:
 A new presentation can be added like this:
 
     cd presentation
-    bash mkpres.sh ../mypresentation
\ No newline at end of file
+    bash mkpres.sh ../mypresentation
-- 
GitLab