From c5ee3da9aa097d9e103021126c6592556c8a7695 Mon Sep 17 00:00:00 2001
From: Philipp Wallrich
Date: Tue, 1 Oct 2019 20:19:27 +0200
Subject: [PATCH] updated Readme (#6)
http://localhost/8000 should be http://localhost:8000, at least on my machine
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ef44a85..b0a16d8 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ docker build -t grav:latest .
docker run -p 8000:80 grav:latest
```
-Point browser to `http://localhost/8000` and create user account...
+Point browser to `http://localhost:8000` and create user account...
## Running local Grav installation
@@ -38,4 +38,4 @@ To run in the current directory you can use:
docker run -v `pwd`:/var/www/html:cached -p 8000:80/tcp grav:latest
```
-Point browser to `http://localhost/8000` to access your Grav site
+Point browser to `http://localhost:8000` to access your Grav site