From 2a843ada27dccdff69de9c09826e0437f91977fc Mon Sep 17 00:00:00 2001 From: Iulian Onofrei Date: Sat, 1 Oct 2016 12:53:37 +0300 Subject: [PATCH] Update README - fixed incorrect position description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a7088..86f400d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ the JSON file's path. + `icon-size` (number, optional) - Size of all the icons inside the DMG + `window` (object, optional) - Window options + `position` (object, optional) - Position when opened - + `x` (number, required) - X position relative to right of the screen + + `x` (number, required) - X position relative to left of the screen + `y` (number, required) - Y position relative to bottom of the screen + `size` (object, optional) - Window size + `width` (number, required) - Window width