From 9045400e721d71c0e14168933cd67e552c13c4aa Mon Sep 17 00:00:00 2001 From: Edvins Antonovs Date: Mon, 8 May 2017 22:13:15 +0100 Subject: [PATCH] Fixed issues with markdown syntax --- auth/client/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/auth/client/README.md b/auth/client/README.md index 7074f71..0574619 100644 --- a/auth/client/README.md +++ b/auth/client/README.md @@ -2,24 +2,24 @@ 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 depdencies, then start the gulp process with the following: ``` - > git clone git@github.com:StephenGrider/ReduxSimpleStarter.git - > cd ReduxSimpleStarter - > npm install - > npm start + > git clone git@github.com:StephenGrider/ReduxSimpleStarter.git + > cd ReduxSimpleStarter + > npm install + > npm start ``` -####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: +#### 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: ``` - > npm install - > npm start + > npm install + > npm start ```