'summary', not 'summery'

This commit is contained in:
Ivan Kovmir
2023-12-28 12:25:09 +01:00
parent c59e4dfc28
commit 32e128cdf0

View File

@@ -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.