We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beac9a9 commit 8f34037Copy full SHA for 8f34037
1 file changed
.github/templates/README.template.md
@@ -123,13 +123,12 @@ These components are made available as variables:
123
124
This lets the program resolve the intended query even on the `/activity` endpoint, which only receives the actual URL.
125
126
-<details>
127
- <summary>Example</summary>
+> [!NOTE]
+> Use `{}` to declare the use of a variable.
128
129
-`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
130
-Result: `domain.comdomain.com`
+Example:
131
132
-</details>
+The query pattern `{HOSTNAME}{HOSTNAME}` results in `sub.domain.comsub.domain.com
133
134
### `MONITOR_INTERVAL`
135
0 commit comments