Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
personsg committed May 5, 2015
1 parent eb64d14 commit c2f6ee0
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 @@ -23,7 +23,7 @@ Get the mouse location and move it.
```JavaScript
var robot = require("robotjs");

//Get the mouse position, retuns an object with x and y.
//Get the mouse position, returns an object with x and y.
var mouse=robot.getMousePos();
console.log("Mouse is at x:" + mouse.x + " y:" + mouse.y);

Expand Down

0 comments on commit c2f6ee0

Please # to comment.