diff --git a/README.md b/README.md index b40e87d..0ddb512 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ An [XPath](#xpath) filter could also have been used. `Min` is a [Minimum](#minimum) filter, it calculates the minimum value of its inputs. -`Store Avg` and `Store Min` are [Store](#store) filters, they store its input values in the database. +`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. -`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/Matrix/etc). +`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 ## Docker diff --git a/docs/images/newegg_4090.png b/docs/images/newegg_4090.png index 3ca558a..6b82617 100644 Binary files a/docs/images/newegg_4090.png and b/docs/images/newegg_4090.png differ diff --git a/todo.md b/todo.md index b5858f3..00a6349 100644 --- a/todo.md +++ b/todo.md @@ -19,7 +19,5 @@ - debug notify to Results? - add test for regex replace with group - run/fix staticcheck -- replace readme image - - better store filter names - reorder filters? - add browserless support ? \ No newline at end of file