diff --git a/README.md b/README.md index 63be420..818599d 100644 --- a/README.md +++ b/README.md @@ -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: ```