From df7bf8c916ff9e5162f89091dd7a89b960d73579 Mon Sep 17 00:00:00 2001
From: William Falcon <waf2107@columbia.edu>
Date: Fri, 11 Sep 2020 10:31:46 -0400
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c6cd424..cdbc290 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,10 @@ What it does
 First, install dependencies   
 ```bash
 # clone project   
-git clone https://github.com/YourGithubName/Your-project-name   
+git clone https://github.com/YourGithubName/deep-learning-project-template
 
 # install project   
-cd Your-project-name 
+cd deep-learning-project-template 
 pip install -e .   
 pip install -r requirements.txt
  ```   
-- 
GitLab