Update README.md
diff --git a/README.md b/README.md
index a5ff309..edcbfef 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,15 @@
 
 ## Circuit Design
 The implementation of the LDO version 1 is as follows:
+
 The pins are integrated in caravel as follows:
+
 Enable pin is connected to io_in_3v3[14].
-GND pin is connected to io_analog[7]
+
+GND pin is connected to io_analog[7].
+
 VDD pin is connected to io_analog[6].
+
 ldo_out pin is connected to io_analog[5].
 
 ### Schematic
@@ -120,9 +125,13 @@
 The implementation of the LDO version 2 is as follows:
 
 The pins are integrated in caravel as follows:
+
 Enable pin is connected to io_in_3v3[12].
+
 GND pin is connected to io_analog[0]
+
 VDD pin is connected to io_analog[4].
+
 ldo_out pin is connected to io_analog[2,3]: we used two available thin pads connected to each other to be able to carry high currents.