From 50435f6a6af6366ab38b5b6dc827a53faa546213 Mon Sep 17 00:00:00 2001 From: Kirill Cherkashin Date: Sun, 29 Oct 2017 13:34:22 -0400 Subject: [PATCH] Fix up markdown headers So that they are displayed as headers by github --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4514dab..16dd6a3 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -#SongBook +# SongBook Author: Barry Ross --- -###Description +### Description A MEAN app offering songwriters a place to manage their lyrics --- -#Features +# Features * Manage (add, edit, delete) songs in your songbook * Lightweight & responsive --- -#Technical +# Technical FRONTEND: @@ -40,7 +40,7 @@ BACKEND --- -#Resources -##I found helpful +# Resources +## I found helpful * [MEAN Stack tutorial](https://thinkster.io/mean-stack-tutorial) * [CRUD Movie example](http://www.sitepoint.com/creating-crud-app-minutes-angulars-resource/)