typo in readme fix
This commit is contained in:
parent
bcf42571e5
commit
0eed761779
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue