From 257f548c3fc78444f0160eadccfef8c4b9247f24 Mon Sep 17 00:00:00 2001 From: Fernando Reyes Date: Sun, 1 Sep 2019 13:14:25 -0400 Subject: [PATCH] standarize the git clone url The current github url for cloning fails for some users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46de06dc9..71377376b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These instructions will get you a copy of the project up and running on your loc Clone the repository: ``` -$ git clone git@github.com:mirumee/saleor-dashboard.git +$ git clone https://github.com/mirumee/saleor-dashboard.git ``` Enter the project directory: