We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f34037 commit 6432c94Copy full SHA for 6432c94
1 file changed
README.md
@@ -141,13 +141,12 @@ These components are made available as variables:
141
142
This lets the program resolve the intended query even on the `/activity` endpoint, which only receives the actual URL.
143
144
-<details>
145
- <summary>Example</summary>
+> [!NOTE]
+> Use `{}` to declare the use of a variable.
146
147
-`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
148
-Result: `domain.comdomain.com`
+Example:
149
150
-</details>
+The query pattern `{HOSTNAME}{HOSTNAME}` results in `sub.domain.comsub.domain.com
151
152
### `MONITOR_INTERVAL`
153
0 commit comments