From 0eed76177934aa1706e517047963edc9d38108c3 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Wed, 28 Dec 2022 12:19:26 +0000 Subject: [PATCH] typo in readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3ae8f6..21c25cf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ An [XPath](#xpath) filter could also have been used. `Average` and `Minimum` are [Store](#store) filters, they store its input values in the database. -`Diff` is a [Different Than Last](#different-then-last) filter, only passing on the inputs that are different then the last value stored in the database. +`Diff` is a [Different Than Last](#different-than-last) filter, only passing on the inputs that are different then the last value stored in the database. `Notify` is a [Notify](#notify) filter, if there are any inputs to this filter, it will execute a template and send the result to a user defined 'notifier' (Telegram/Discord/etc). # Run