From 578a8c8bfeee9cb3f6941d515b2140f8de90bc19 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 06:46:57 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b7818e0..759b916b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Code used for a Pluralsight.com course about a real-time React stack with Flux, Go check out the course at https://app.pluralsight.com/library/courses/build-isomorphic-app-react-flux-webpack-firebase! -#Get up and running +# Get up and running * From the command line, clone this repo: `git clone https://github.com/hendrikswan/react-stack && cd react-stack` * Run `npm install` to install all the modules (pegged to specific NPM modules to ensure that it works for you)