From 53b6b6982c03d2ef72d5ed717b91a4d47a407ec0 Mon Sep 17 00:00:00 2001
From: "Benedict R. Gaster" <benedict.gaster@uwe.ac.uk>
Date: Fri, 3 Aug 2018 20:56:26 +0100
Subject: [PATCH] Fixed missing port in readme.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00ba61f..d3f3e06 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ A single binary is produced
 The simulator open as websocket when run, curretly this is on:
 
 ```
-  ws://127.0.0.1:91
+  ws://127.0.0.1:9160
 ```
 
 It the future I'm sure I'll add the ability to specify an IP and port, but
-- 
GitLab