diff --git a/README.md b/README.md index b5ac7acf18f0f1ed9646aa3275c856999727ca67..4f6183a8e103818a68dfd14a6746fe205e1d1628 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 ```