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