diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html
index c30be04c..59d95317 100644
--- a/changedetectionio/templates/edit.html
+++ b/changedetectionio/templates/edit.html
@@ -184,13 +184,13 @@ User-Agent: wonderbra 1.0") }}
- CSS - Limit text to this CSS rule, only text matching this CSS rule is included.
- - JSON - Limit text to this JSON rule, using either JSONPath or jq.
+
- JSON - Limit text to this JSON rule, using either JSONPath or jq (if installed).
- JSONPath: Prefix with
json:
, use json:$
to force re-formatting if required, test your JSONPath here.
{% if jq_support %}
- jq: Prefix with
jq:
and test your jq here. Using jq allows for complex filtering and processing of JSON data with built-in functions, regex, filtering, and more. See examples and documentation here.
{% else %}
- - jq library not installed
+ - jq support not installed
{% endif %}
@@ -202,7 +202,7 @@ User-Agent: wonderbra 1.0") }}
- Please be sure that you thoroughly understand how to write CSS, JSONPath, XPath, or jq selector rules before filing an issue on GitHub! here for more CSS selector help.