From 896c98c14b2f080f92719c5ea81d2b4883ebf415 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 04:44:13 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- doc/usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e25aaf9..6303d71 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ First of all, you should install Node and Grunt. If you want to build the project locally, you have to run the [Grunt](http://gruntjs.com/) task `grunt build`. This task will concat and minify the sources and create the README.md. Before all this, you do not forget to run `npm install` and `bower install`. -###Compiled and minified CSS and JavaScript. +### Compiled and minified CSS and JavaScript. You should add to project stylesheet and link it in the header of your HTML file, like so: diff --git a/doc/usage.md b/doc/usage.md index 87f3e4a..a08ef1b 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -9,7 +9,7 @@ First of all, you should install Node and Grunt. If you want to build the project locally, you have to run the [Grunt](http://gruntjs.com/) task `grunt build`. This task will concat and minify the sources and create the README.md. Before all this, you do not forget to run `npm install` and `bower install`. -###Compiled and minified CSS and JavaScript. +### Compiled and minified CSS and JavaScript. You should add to project stylesheet and link it in the header of your HTML file, like so: