Commands:
 
-    $python3 tb_up_counter.py
-    $gtkwave up_counter.vcd &
-    $python3 conv_to_verilog.py
+    $ python3 tb_up_counter.py
+    $ gtkwave up_counter.vcd &
+    $ python3 conv_to_verilog.py
 
 ## Block Digram with Yosys
 
 
 Yosys commands:
 
-    $yosys
+    $ yosys
     yosys> read_verilog up_counter.v
     yosys> show
 
 Outside of Yosys, commands for diagram (SVG format for static images also supported):
 
-    $xdot ~/.yosys_show.dot
-    $dot ~/.yosys_show.dot -Tpng -o up_counter.png
+    $ xdot ~/.yosys_show.dot
+    $ dot ~/.yosys_show.dot -Tpng -o up_counter.png
 
 Here's a sight to behold:
 
 [[!img nmigen_verilog_tb.png size="600x"]]
 
-Now you can improve your understanding with the nMigen, verilog, and block diagram views side-by-side!
\ No newline at end of file
+Now you can improve your understanding with the nMigen, verilog, and block diagram views side-by-side!