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