diff --git a/README.md b/README.md
index 856ffbcec7a799b94925f86bd4b94f794603397d..cf8f9e087b1b2895d66171bd7ac5fa2fa478249c 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,6 @@ 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
 ```
@@ -44,6 +43,7 @@ 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