From 4a18994aecbca88c22db05ef10f988effb685be6 Mon Sep 17 00:00:00 2001 From: Victor Serpa do Carmo Date: Sat, 6 Feb 2016 06:06:09 -0200 Subject: [PATCH] Correct json example in readme Simple correct comma in json example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a6465..9bbcdbb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Example source file `theme.json`: "array": [1, 2, 3], "object": { "foo": "bar" - } + }, "null": null }