From 9e8e8c3190cf23db8de2aaab43cb8a8546472fca Mon Sep 17 00:00:00 2001 From: S Jannette Date: Mon, 18 May 2026 21:23:06 -0400 Subject: [PATCH] Fix grammar in README description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c8fca9..155c5ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go boilerplate project -### A simple Go http server boilerplate project equipped with essentials for a go http server. +### A simple Go http server boilerplate project equipped with the essentials. ## How to run the application 1 - Copy the .env.dist to .env (you can edit the values if you want)