From be606c785b6e12ce5a0e0d1c54c7d40f1f4ac128 Mon Sep 17 00:00:00 2001
From: Will Billingsley <wbilling@une.edu.au>
Date: Tue, 11 Sep 2018 16:07:52 +1000
Subject: [PATCH] Fix typo in README.md

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

diff --git a/README.md b/README.md
index 85dfe28..2f1ed66 100644
--- a/README.md
+++ b/README.md
@@ -21,5 +21,5 @@ npm run tsc
 To run the server:
 
 ```sh
-node build.server.js
+node build/server.js
 ```
\ No newline at end of file
-- 
GitLab