Skip to content

Commit fca5084

Browse files
committed
example
1 parent 4bac918 commit fca5084

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/templates/README.template.md

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

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

126-
Example:
126+
<details>
127+
<summary>Example</summary>
127128

128-
```mermaid
129-
graph LR
130-
A["{HOSTNAME}{HOSTNAME}"] --> B["domain.comdomain.com"]
131-
```
129+
`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
130+
Result: `domain.comdomain.com`
131+
132+
</details>
132133

133134
### `MONITOR_INTERVAL`
134135

0 commit comments

Comments
 (0)