From 485466abf13b58961792cceaeed9e77b7d4ebf0a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 3 Mar 2016 11:18:34 +0200
Subject: [PATCH] - Corrected code block markup.

---
 README.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index c0b10e9..7cd7cfd 100644
--- a/README.rst
+++ b/README.rst
@@ -6,18 +6,22 @@ A repository of Ansible modules.
 Installation
 ------------
 
-To use these modules, add a git submodule under the ``library`` directory at the
-root of the playbooks directory::
+To use these modules, add a git submodule under the :code:`library` directory
+at the root of the playbooks directory
+
+.. code:: shell
 
     mkdir library
     touch library/__init__.py
     git submodule add https://www.shore.co.il/cgit/ansible-modules library/shore
 
-To update the submodule ::
+To update the submodule
+
+.. code:: shell
 
     git submodule update --remote library/shore
 
-Remember to commit ``.gitmodules``!
+Remember to commit :code:`.gitmodules`!
 
 Modules
 -------
-- 
GitLab