diff --git a/README.md b/README.md
index 314543fe199d6258ec981b0acc580565bf64e797..928925d0d38c35b6f15c0dd9acf6e3e464614d3d 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,11 @@ This is our "Board Support Package" repository.
 In the "Driver" folder, you will find the layer of code that interacts directly with the HAL Libraries and the DJI Boards. The differents codes in this folder are mostly programs taken directly from DJI examples.
 
 -bsp_can contains basics functions used in the CAN process.
+
 -bsp_oled contains functions for the use of the OLED
+
 -bsp_pwm functions are used in the main program in order to control the snails.
+
 -bsp_uart functions serve to decode signals send by the remote controller. Note in the function "rc callback handler" that every channel is coded by 11 bits (2048 maximum and centered).
 
 In the "Device" folder, you will find a layer of code that interacts with the Driver layer, and that represents different devices in our robots' system : the OLED board, the DT7 controller, and more.