From 496ebf9a12946c73cbceac94b0cdc2ce529fbf61 Mon Sep 17 00:00:00 2001 From: Venkata Sai Hitesh Jonnalagadda Date: Sat, 13 Jul 2019 17:06:55 +0530 Subject: [PATCH] added .git to link link for cloning this repo was not working without ".git" part --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc0dd4..a28647c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ best-resume-ever requires at least node v.8.5.0. 1. Clone this repository. ``` -git clone https://github.com/salomonelli/best-resume-ever +git clone https://github.com/salomonelli/best-resume-ever.git ``` 2. Go to the cloned directory (e.g. `cd best-resume-ever`).