From 31208bfa31d6a7d926a6f7e828a6007cb39be510 Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Fri, 8 Jan 2016 10:26:34 -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 df39a4a..e9d8cfb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Checkout this repo, install depdencies, then start the gulp process with the fol ``` > git clone git@github.com:StephenGrider/ReduxSimpleStarter.git - > cd ReactStarter + > cd ReduxSimpleStarter > npm install > npm start ```