Skip to content

Commit 6432c94

Browse files
Update README.md
1 parent 8f34037 commit 6432c94

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,12 @@ These components are made available as variables:
141141

142142
This lets the program resolve the intended query even on the `/activity` endpoint, which only receives the actual URL.
143143

144-
<details>
145-
<summary>Example</summary>
144+
> [!NOTE]
145+
> Use `{}` to declare the use of a variable.
146146
147-
`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
148-
Result: `domain.comdomain.com`
147+
Example:
149148

150-
</details>
149+
The query pattern `{HOSTNAME}{HOSTNAME}` results in `sub.domain.comsub.domain.com
151150

152151
### `MONITOR_INTERVAL`
153152

0 commit comments

Comments
 (0)