diff --git a/CentOS-7-installation.md b/CentOS-7-installation.md
index 58f0f30..6e491d3 100644
--- a/CentOS-7-installation.md
+++ b/CentOS-7-installation.md
@@ -3,10 +3,10 @@
    sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor libxml2 libxml2-devel git
    ```
 
-2. Create working directory and repo into it:
+2. Create ```working``` directory and clone repo into it:
    ```
    sudo mkdir /srv && cd /srv
-   sudo git ```clone``` https://github.com/retspen/webvirtcloud && cd webvirtcloud
+   sudo git clone https://github.com/retspen/webvirtcloud && cd webvirtcloud
    ```
 
 3. Edit 'conf/requirements.txt':