From 861b12b7370bbfdc1b8755c5671df5f3e6b55f7d Mon Sep 17 00:00:00 2001 From: anand Date: Wed, 22 Nov 2017 15:59:34 +0530 Subject: [PATCH] Updated broken git clone link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0feef97..14a6b29 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ In order to run **Adminator** on your local machine all what you need to do is t Start by typing the following commands in your terminal in order to get **Adminator** full package on your machine and starting a local development server with live reload feature. ``` -> git clone https://github.com:puikinsh/Adminator-admin-dashboard.git +> git clone https://github.com/puikinsh/Adminator-admin-dashboard.git > cd adminator > npm install > npm run dev