Update README.md

This commit is contained in:
Stephen Grider 2016-01-07 11:19:25 -08:00
parent 6aedde614d
commit 0c7231d56b
1 changed files with 2 additions and 2 deletions

View File

@ -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 > git clone git@github.com:StephenGrider/ReactStarter.git
> cd ReactStarter > cd ReactStarter
> npm install > npm install
> gulp > npm start
``` ```
####Not Familiar with Git?##### ####Not Familiar with Git?#####
@ -19,5 +19,5 @@ Click [here](https://github.com/StephenGrider/ReactStarter/releases) then downlo
``` ```
> npm install > npm install
> gulp > npm start
``` ```