Skip to content

Commit 8f34037

Browse files
committed
format change
1 parent beac9a9 commit 8f34037

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/templates/README.template.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,12 @@ 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-
<details>
127-
<summary>Example</summary>
126+
> [!NOTE]
127+
> Use `{}` to declare the use of a variable.
128128
129-
`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
130-
Result: `domain.comdomain.com`
129+
Example:
131130

132-
</details>
131+
The query pattern `{HOSTNAME}{HOSTNAME}` results in `sub.domain.comsub.domain.com
133132

134133
### `MONITOR_INTERVAL`
135134

0 commit comments

Comments
 (0)