Skip to content

Commit

Permalink
woops found another error in readme - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
liamks committed Jan 11, 2012
1 parent 92f180a commit 2baa1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ MacGap exposes an object called `macgap` inside JavaScript. You can use it to al
// Resize window
macgap.window.resize({width: 400, height: 200});

// Move window (Bottom right is x:0 and y:0)
// Move window (Bottom left is x:0 and y:0)
macgap.window.move({x:0, y: 200});

// Path to application
Expand Down

0 comments on commit 2baa1b3

Please sign in to comment.