Fix broken Markdown headings

This commit is contained in:
Santiago Castro 2017-04-16 16:38:29 -03:00 committed by EOS Classic
parent 5d3ed04c55
commit 0626ecf415
No known key found for this signature in database
GPG Key ID: 0D626A44301D8C5E
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ npm install
sudo npm install -g grunt-cli 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. 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 grunt all
``` ```
##Run ## Run
```bash ```bash
npm start npm start