From e959246ceebc9811bc858f268ce2a21a11d92ed0 Mon Sep 17 00:00:00 2001 From: Frederick Robinson Date: Sat, 5 May 2018 11:26:51 -0700 Subject: [PATCH] remove trailing comma in json --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0bfcc13..32f2f4f 100644 --- a/README.markdown +++ b/README.markdown @@ -55,7 +55,7 @@ Example: "fontname": "Comic Sans MS", "fontsize": 30, "bgcolor": [20, 120, 20], - "textcolor": [180, 20, 180], + "textcolor": [180, 20, 180] } } ```