Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Aug 31, 2014
1 parent d78304b commit 4cee4c5
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 @@ -8,9 +8,9 @@ Get the mouse location and move it.

```JavaScript
var autonode = require("autonode.node");

//Get the mouse position, retuns an object with x and y.
var mouse=autonode.getMousePos();

console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y);

//Move the mouse down by 100 pixels.
Expand Down

0 comments on commit 4cee4c5

Please sign in to comment.