Update README.md

This commit is contained in:
Stephen Grider 2017-04-06 16:09:49 -07:00 committed by GitHub
parent e775629fc9
commit d20db2e1cb
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
Interested in learning [Redux](https://www.udemy.com/react-redux/)?
###Getting Started
### Getting Started
There are two methods for getting started with this repo.
####Familiar with Git?
#### Familiar with Git?
Checkout this repo, install dependencies, then start the gulp process with the following:
```
@ -16,7 +16,7 @@ Checkout this repo, install dependencies, then start the gulp process with the f
> npm start
```
####Not Familiar with Git?
#### Not Familiar with Git?
Click [here](https://github.com/StephenGrider/ReactStarter/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
```