From c5ad6ad3d450d84fe321858a9ed94a5bf6fd6855 Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Thu, 7 Jan 2016 11:20:51 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6f102..df39a4a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ There are two methods for getting started with this repo. Checkout this repo, install depdencies, then start the gulp process with the following: ``` - > git clone git@github.com:StephenGrider/ReactStarter.git + > git clone git@github.com:StephenGrider/ReduxSimpleStarter.git > cd ReactStarter > npm install > npm start