From 0626ecf41544229b31dd89db635d60f58f017fb1 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:38:29 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48efbf7..e2aeb37 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install sudo npm install -g grunt-cli ``` -##Build the resources +## Build the resources NetStats features two versions: the full version and the lite version. In order to build the static files you have to run grunt tasks which will generate dist or dist-lite directories containing the js and css files, fonts and images. @@ -41,7 +41,7 @@ If you want to build both versions run grunt all ``` -##Run +## Run ```bash npm start