From 8ad0b89c552974405885015ef562c6980267d83c Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Thu, 6 Apr 2017 16:10:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcbe48d..ca60fdf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ There are two methods for getting started with this repo. Checkout this repo, install dependencies, then start the gulp process with the following: ``` -> git clone git@github.com:StephenGrider/ReduxSimpleStarter.git +> git clone https://github.com/StephenGrider/ReduxSimpleStarter.git > cd ReduxSimpleStarter > npm install > npm start