From f04e19e5e29f018cec8eee99c59e5e3c40d0ed1e Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 13 Nov 2022 18:58:36 +0200 Subject: [PATCH] update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index c964717..dbacfc0 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,10 @@ -# Hot Alert +# hotalert ## Introduction -Hotalert is a command line tool that for task execution and configuration. Tasks and alerts are defined -in yaml files and the program parses the files, executes the tasks and emits alerts when the tasks conditions are met. +hotalert is a command line tool for task execution and alerting. Tasks and alerts are defined in yaml files. -For example if you want to send a notification to your mobile phone when a keyword is found on a website you can use the +### Example +If you want to send a notification to your mobile phone when a keyword is found on a website you can use the `webhook_discord` alerter and the `web_scrape` task function. Example: