Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- fixed incorrect position description
  • Loading branch information
revolter committed Oct 1, 2016
1 parent a75c6fa commit 2a843ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 2a843ad

Please sign in to comment.