diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 8f06aa6..815d43f 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -19,14 +19,14 @@ The WEkEO HDA client is a Python 3 based library.
 
 The package is available both on Pypi and Conda-Forge, so, depending on your requirements you can either install it via pip or via conda:
 
-    .. code-block:: shell
+     .. code-block:: shell
 
         pip install hda
 
 or
 
-    .. conda-block:: shell
+    .. code-block:: shell
 
         conda install conda-forge::hda
 
-This will also install the required dependencies.
\ No newline at end of file
+This will also install the required dependencies.