From dbebdf40b17281b35cbd72f9f44f2f6bac7ce957 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 7 Dec 2019 05:46:25 +0100 Subject: [PATCH] Fix typo in style README --- styles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/README.md b/styles/README.md index 0ceb386..9046488 100644 --- a/styles/README.md +++ b/styles/README.md @@ -54,7 +54,7 @@ The `text` element defines a block of text. ``` "text": { - "bold": true + "bold": true, "color": "15", "background_color": "57" }