diff --git a/docs/easycozy/commands.md b/docs/easycozy/commands.md
index 3e4bc3c0311e3934f9f61c71dfcaeba7eadb1218..2f89af5335cd075ec9e78eea19636a0d0b4f7e15 100644
--- a/docs/easycozy/commands.md
+++ b/docs/easycozy/commands.md
@@ -1,17 +1,19 @@
+# Easy Cozy commands
+
 Here are common commands use on dev environment.
 
-# App
+## App
 
-## Install a specific version of an app
+### Install a specific version of an app
 
 ```bash
 $ cd /easy-cozy
 $ docker-compose exec cozy ./cozy apps update home --domain "[name].cozy.self-data.alpha.grandlyon.com" git://github.com/doubleface/cozy-collect.git#build-debug
 ```
 
-# Konnector
+## Konnector
 
-## Install a specific version of a konnector
+### Install a specific version of a konnector
 
 ```bash
 $ cd /easy-cozy
@@ -23,7 +25,7 @@ $ docker-compose exec cozy ./cozy konnectors install grdfgrandlyon --domain "[na
 grdfgrandlyon (0.1.5-a3f6f05d9fde7c705b811658b3ce3667a9d7d0b5) has been installed on [name].cozy.self-data.alpha.grandlyon.com
 ```
 
-## Update the version of a konnector
+### Update the version of a konnector
 
 ```bash
 $ cd /easy-cozy
@@ -31,7 +33,7 @@ $ cd /easy-cozy
 $ docker-compose exec cozy ./cozy konnectors update grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com"
 grdfgrandlyon has been upgraded to 0.1.5-d4bbe7350ecf13d13734f559c538e3c0ee8dc7ae
 ```
-## Run a konnector from the stack
+### Run a konnector from the stack
 
 ```bash
 $ cd /root/easy-cozy
@@ -39,9 +41,9 @@ $ cd /root/easy-cozy
 $ docker-compose exec cozy ./cozy konnectors run grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com"
 ```
 
-# Instance
+## Instance
 
-## Set log level to debug for an instance
+### Set log level to debug for an instance
 
 ```bash
 $ cd /root/easy-cozy
@@ -50,16 +52,16 @@ $ docker-compose exec cozy ./cozy instances debug --domain "[name].cozy.self-dat
 ```
 
 
-# Stack
+## Stack
 
-## Check stack version
+### Check stack version
 
 ```bash
 $ cd /easy-cozy
 $ docker-compose exec cozy ./cozy version
 ```
 
-## Update stack version
+### Update stack version
 
 Update version in the Dockerfile on gitlab.
 
@@ -83,4 +85,5 @@ Update version in the Dockerfile on gitlab.
 !!! info "Error encounter"
     Docker container was not launched, when consulting logs we can see the folowing error
     > ./cozy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./cozy)
+    
     We have replaced debian:stable-slim with unbuntu:20.10 as installer for our docker build:  [https://forge.grandlyon.com/pocs/cozy/easy-cozy/-/commit/48a30a03f209169e0f1ebb0d106bb4361e7cd167](https://forge.grandlyon.com/pocs/cozy/easy-cozy/-/commit/48a30a03f209169e0f1ebb0d106bb4361e7cd167)