From 0c7231d56b5094df36c467372337a3fd7eb2543f Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Thu, 7 Jan 2016 11:19:25 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27ff52d..cf6f102 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Checkout this repo, install depdencies, then start the gulp process with the fol > git clone git@github.com:StephenGrider/ReactStarter.git > cd ReactStarter > npm install - > gulp + > npm start ``` ####Not Familiar with Git?##### @@ -19,5 +19,5 @@ Click [here](https://github.com/StephenGrider/ReactStarter/releases) then downlo ``` > npm install - > gulp + > npm start ```