From b374887d03fe0656a20705059aacf67d9a61f0ab Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Tue, 14 Apr 2020 17:57:57 +0200
Subject: [PATCH] update

---
 source/import_documentation/get-started.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index f64d9d9..e3fead9 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
-- 
GitLab