From 04d3b553f40d04cc152b38ea76d223f2fdb0a5c9 Mon Sep 17 00:00:00 2001
From: Sylvain CALINON <sylvain.calinon@idiap.ch>
Date: Mon, 1 Feb 2016 18:44:32 +0100
Subject: [PATCH] Fixed typo in readme

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

diff --git a/README.md b/README.md
index 48b3a12..b9553e8 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ make
 Clone and install the latest version of GLFW to a folder of your choice:
 
 ```
-git clone https://github.com/glfw/glfw.git```
+git clone https://github.com/glfw/glfw.git
 cd glfw
 mkdir build
 cd build
-- 
GitLab