diff --git a/README.md b/README.md
index e36d8f94c1b09d115e81842746c98e039b23f7b7..856ffbcec7a799b94925f86bd4b94f794603397d 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