From 9a00c253eefd846cd59cb9ab04477faa6ecaa866 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 6 Feb 2023 18:11:47 +0000 Subject: [PATCH] Added some highlights to the intro --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 02af1ee..7af748c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ A change detection server that can notify through various services, written in Go +Some out-of-the-box highlights: +- A small runtime footprint, a basic instance uses around 20MB of memory +- Lua scripting enables GoWatch to do anything you want it to do +- Send notifications through Discord, Matrix, Slack, Telegram and many more services + +# Index - [Intro](#intro) - [Run](#run) - [Binary](#binary)