From 32e128cdf01017796610291aa46e24d2e21be4a7 Mon Sep 17 00:00:00 2001 From: Ivan Kovmir Date: Thu, 28 Dec 2023 12:25:09 +0100 Subject: [PATCH] 'summary', not 'summery' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef1cef..8db7a9d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Inspired by ifconfig.me, but designed for pure speed. A single server can do 18, - [Docker Compose](#docker-compose) - [ENVs](#envs) -# Short Summery +# Short Summary I used the gin framework as it does several things to ensure that there are no memory allocations on each request, keeping the GC happy and preventing unnessary allocations.