added json tag to md.

This commit is contained in:
2023-10-06 17:25:36 +02:00
parent 2199e8e2d6
commit 9ccb96c3e3
+2 -1
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",
} }
```