diff --git a/README.md b/README.md
index 62c1628538c1ca15de746744113e1c9f9baf06f9..00ba61f6bb8a7ba151d788b8902df9e685fe1704 100644
--- a/README.md
+++ b/README.md
@@ -43,20 +43,26 @@ Then configure and build
 
 A single binary is produced
 
-```./dist/build/smachine/smachine```
+```
+./dist/build/smachine/smachine
+```
 
 # Usage
 
 The simulator open as websocket when run, curretly this is on:
 
+```
   ws://127.0.0.1:91
+```
 
 It the future I'm sure I'll add the ability to specify an IP and port, but
 for now this is what you get.
 
 Thus to run (simulate) run:
 
-```./dist/build/smachine/smachine```
+```
+./dist/build/smachine/smachine
+```
 
 It will wait for a websocket connection and then once connected accepts
 the following commands encoded as JSON: