From b857b9698058c253a78887aa8e77de5706afcb5d Mon Sep 17 00:00:00 2001
From: Will Billingsley <wbilling@une.edu.au>
Date: Tue, 10 Jul 2018 04:11:48 +1000
Subject: [PATCH] Added repo url

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

diff --git a/README.md b/README.md
index 9716fdb..be9ea13 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ If you're working locally, you can install a web server, or you can run the [exa
 To get the code, open a terminal, `cd` into the public directory of whichever webserver you are using, and:
 
 ```sh
-git clone 
+git clone git@github.com:UNEadvancedweb/tutorial-conway-life-t1.git
 ```
 
 This will clone this code using the git version control system. That will, amongst other things, let you switch between different branches (eg, the solution and the start of the exercise)
-- 
GitLab