From c2493c238f62a4d769ee7e07d0322aacfea49ecb Mon Sep 17 00:00:00 2001 From: uberswe Date: Sun, 12 Dec 2021 21:32:32 +0100 Subject: [PATCH] Fixed readme as the page size was slightly larger than 50 kb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cecfcc..fdb1284 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Golang Base Project -A minimal Golang project with user authentication ready out of the box. All frontend assets should be less than 50 kB on every page load. +A minimal Golang project with user authentication ready out of the box. All frontend assets should be less than 100 kB on every page load. See a live example at: [https://www.golangbase.com](https://www.golangbase.com)