From 36afe46639b0754ae500269083aade65bd762795 Mon Sep 17 00:00:00 2001
From: Adam Mulvany <amulvany@gitlab.com>
Date: Mon, 1 May 2017 15:30:33 +0700
Subject: [PATCH] Minor changes

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

diff --git a/README.md b/README.md
index 3a987e9..c9866f2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ i.e.
 `VERSION=9.1.1 EDITION="ee" vagrant up`
 
 
-The application will be available on http://localhost:version}.  If the port is 3 digits and another 0, i.e. Version 9.1.1 will accessible from https://localhost:9110 on the host.
+The application will be available on http://localhost:version}.  If the port is 3 digits add another 0, i.e. Version 9.1.1 will accessible from https://localhost:9110 on the host.  This is to avoid running on a privileged port.
 
 #### Connect via SSH
 
-- 
GitLab