Skip to content

Commit c351a69

Browse files
committed
add graph
1 parent 8075ba4 commit c351a69

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/templates/README.template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ This lets the program resolve the intended query even on the `/activity` endpoin
125125

126126
Example:
127127

128-
`{HOSTNAME}{HOSTNAME}` => `domain.comdomain.com`
128+
```mermaid
129+
graph LR
130+
A["{HOSTNAME}{HOSTNAME}"] --> B["domain.comdomain.com"]
131+
```
129132

130133
### `MONITOR_INTERVAL`
131134

0 commit comments

Comments
 (0)