Update README.md
diff --git a/README.md b/README.md
index 3d56274..72b49e1 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 -->
-=======
+
 # Test Circuits for Stochastic Computation
 This project contains test circuits for stochastic computation, namely the synthesizable comparators for a stochastic ADC, to be submitted for Google SKY130 open MPW shuttle on the Caravel SoC.
 
@@ -23,21 +23,22 @@
 
 0. From main caravel directory:
 
+```bash
 make uncompress
-
+```
 1. From openlane directory: 
-
+```bash
 make top_astria
 make user_project_wrapper
-
+```
 2. From main caravel directory:
-
+```bash
 make ship
-
+```
 (Optional if pushing repo):
-
+```bash
 make compress 
-
+```
 # CIIC Harness  
 
 A template SoC for Google SKY130 free shuttles. It is still WIP. The current SoC architecture is given below.