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 ```