added json tag to md.
parent
2199e8e2d6
commit
9ccb96c3e3
|
@ -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",
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue