diff --git a/overcooked_simulator/counters.py b/overcooked_simulator/counters.py
index 19fab245651a3ca596da92330ca716557b042452..e30b6ccd70979183e00c552942131376e171a9bc 100644
--- a/overcooked_simulator/counters.py
+++ b/overcooked_simulator/counters.py
@@ -7,16 +7,16 @@ on the counters are handled via the Counters. They have the task to delegate the
 environment class.
 
 Inside the item_info.yaml, equipment needs to be defined. It includes counters that are part of the interaction/requirements for the interaction.
-```yaml
-CuttingBoard:
-  type: Equipment
+Example::
 
-Sink:
-  type: Equipment
+    CuttingBoard:
+      type: Equipment
 
-Stove:
-  type: Equipment
-```
+    Sink:
+      type: Equipment
+
+    Stove:
+      type: Equipment
 
 The defined counter classes are:
 - `Counter`