Skip to content

Commit beac9a9

Browse files
Update README.md
1 parent 68eb5f3 commit beac9a9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,13 @@ 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-
Example:
144+
<details>
145+
<summary>Example</summary>
145146

146-
```mermaid
147-
graph LR
148-
A["{HOSTNAME}{HOSTNAME}"] --> B["domain.comdomain.com"]
149-
```
147+
`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
148+
Result: `domain.comdomain.com`
149+
150+
</details>
150151

151152
### `MONITOR_INTERVAL`
152153

0 commit comments

Comments
 (0)