From 9ccb96c3e36cc16c0ba4544cddd5ed3579cb3332 Mon Sep 17 00:00:00 2001 From: mace Date: Fri, 6 Oct 2023 17:25:36 +0200 Subject: [PATCH] added json tag to md. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2774d3..188b81b 100644 --- a/README.md +++ b/README.md @@ -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", } - +```