From ecfc826def858498d94b0156e502fa12f2ff163d Mon Sep 17 00:00:00 2001
From: "Benedict R. Gaster" <benedict.gaster@uwe.ac.uk>
Date: Fri, 3 Aug 2018 20:55:28 +0100
Subject: [PATCH] Updated readme.

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 62c1628..00ba61f 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:
-- 
GitLab