diff --git a/README.md b/README.md
index c6cd424fe24667a5201d285111264febd8e365a5..cdbc290a9ff85f39de29a471daff854c54a0d9bf 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
  ```