From 251fb8fca20cf525c6c306f16de0024912b9c1e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 2 Feb 2017 11:20:42 +0100
Subject: [PATCH] Corrected README

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e36d8f94c..856ffbcec 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,11 @@ Mellanox
 
 Documentation pages are build with [MkDocs](http://www.mkdocs.org/), [MkDocs at GitHub](https://github.com/mkdocs/mkdocs/). You need to install mkdocs loacally so that you can build the pages and run developement web server.
 
+
 ```bash
 pip install mkdocs pygments pymdown-extensions
 ```
+
 You can build the pages with `mkdocs build`.
 
 ```bash
@@ -42,7 +44,6 @@ You can build the pages with `mkdocs build`.
 INFO    -  Cleaning site directory
 INFO    -  Building documentation to directory: /home/hrb33/Dokumenty/dev/it4i/docs.it4i.git/site
 ```
-
 You can start local server with `mkdocs serve`.
 
 ```bash
-- 
GitLab