From 78d363e712671544368e1db48de3bea4d44e4bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Fri, 20 Nov 2020 22:24:49 +0300 Subject: [PATCH] Fixed type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 859d82f..8b9c108 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@

-Hermes is an open source E-Mail tracking solution that is written in Go. It tracks emails using a tracking pixel and when it detects that the e-mail was read, it sends a notification using [Gotify](https://github.com/gotify/server). This is not meant to be high-quality or easily readible. I made it three hours after learning go to practice, so don't judge me! For more info on how this works, just read the code, it is not that long anyways. +Hermes is an open source E-Mail tracking solution that is written in Go. It tracks emails using a tracking pixel and when it detects that the e-mail was read, it sends a notification using [Gotify](https://github.com/gotify/server). This is not meant to be high-quality or easily readible. I made it in three hours after learning go to practice, so don't judge me! For more info on how this works, just read the code, it is not that long anyways.