From d20db2e1cb1474779c91ec8e6495681611729c27 Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Thu, 6 Apr 2017 16:09:49 -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 818599d..91eff6f 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: ```