From 73a0233198b0cbd6614aa869187d282f6cf7e59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Melv=C3=A6r?= Date: Wed, 24 Jan 2018 10:11:11 +0100 Subject: [PATCH] Add missing comma Although this JSON-string isn't valid due to the ellipsis and comments, I added a comma to avoid it breaking if someone were to copy it and remove the ellipsis and comments. Also, more tidy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af33a7c..25aeed5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The config file is where all of your design system specs live. See this [example }, "extraArtboards": { "xlg": 100 // Additional breakpoint for the Sketch file (number in rem) - } + }, "rem": 16, // Base rem unit for all measurements (number in px) "rowHeight": 0.5, // Height of a fixed row (number in rem) "rows": 30, // Quantity of row variables (number)