typo in readme fix

This commit is contained in:
BroodjeAap 2022-12-28 12:19:26 +00:00
parent bcf42571e5
commit 0eed761779

View file

@ -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