diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index f64d9d9fd3ee7df528b93bc7ad0db6c40502527b..e3fead9e61ecce4dc0ab726a25505a3948877d0a 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -6,7 +6,8 @@ With the Front
 
 To start, simply import the core in your head tag of a simple html file :
 
-.. code:: html
+.. code-block:: html
+
       <!-- ... Import the core ... -->
       <script type="module" src="https://unpkg.com/@startinblox/core"></script>
    </head>
@@ -28,13 +29,13 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin
 
 2. Install ``sib-manager`` that allow you to use the sib command.
 
-.. code-block:: python 
+.. code-block:: bash 
 
    python -m pip install -U sib-manager
 
 3. Create your server structure
 
-.. code-block:: python 
+.. code-block:: bash 
 
    sib startproject sibserver 
    cd sibserver