From c4069f84f800f0fd858c1457c53d9a8f7c7ae232 Mon Sep 17 00:00:00 2001 From: N-te Date: Thu, 12 Jul 2018 21:03:37 +0200 Subject: [PATCH] Fixed link for locahost page /s/ was missing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d0fb8..8d8dae9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Running a dev setup * Switch directory: `cd www` * Fetch Submodules: `git submodule update --recursive --remote --init` * run hugo webserver: `hugo serve` -* Point your browser to `http://localhost:1313` +* Point your browser to `http://localhost:1313/s/` Every change you make on the project will be reflected in your browser as long as `hugo serve` is running.