From 89124e60aa7740b5b6c8cd92eb040b49c13b22bf Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 06:35:27 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3454a77..87cf8c2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -##react-todo +## react-todo This is a simple todo list application mainly utilizing React JS and the Flux architecture. It's meant as a tutorial or guide for how to build a React JS application. It uses npm and bower for package management, the default Bootstrap theme, LESS CSS for minor style and positioning adjustments, and finally brunch to build it all up and provide a simple web server. It also uses node's EventEmitter for event notifications as per the Flux architecture. -###Installation +### Installation make build -###Run +### Run make start