From 840130680e3aee2d202e23d684343cf48e24e885 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 22 Aug 2020 19:17:48 +0100 Subject: [PATCH] get rid of json annotation it made the comments look ugly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4057a1..51747bc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ or just grab the `waybar-mpris` binary from here and place it in your PATH. ## Usage When running, the program will pipe out json in waybar's format. Add something like this to your waybar `config.json`: -``` json +``` "custom/waybar-mpris": { "return-type": "json", "exec": "waybar-mpris",