From 9ea2d22c35ac6fae9f65afe9a505a6d0799808e3 Mon Sep 17 00:00:00 2001 From: Kim Date: Sun, 4 Sep 2016 12:53:04 -0400 Subject: [PATCH] Update README.md The 3rd space is not showing up while `size` is *NOT* negative. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7588c6d..57b73f4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can also specify the design spec in a raw JSON resource like: "size": 16, "from": "LEFT" }, { "offset": 0, - "size": 16, + "size": -16, "from": "RIGHT" } ] }