Merge pull request #64 from kovmir/fix-typo

'summary', not 'summery'
This commit is contained in:
George Shammas 2024-01-06 22:17:27 +00:00 committed by GitHub
commit 7ef538647c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.