From e775629fc9669143902dbfefd179bcb8af00fa58 Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Thu, 6 Apr 2017 16:09:36 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: ```