added json tag to md.

main
Mathias Rothenhaeusler 2023-10-06 17:25:36 +02:00
parent 2199e8e2d6
commit 9ccb96c3e3
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Returned in JSON format.
## Example Usage
```json
"custom/mon": {
"exec": "~/paht/to/bin",
"interval": 10,
@ -12,4 +13,4 @@ Returned in JSON format.
"tooltip": true,
"return-type": "json",
}
```