Skip to content

Commit

Permalink
Add spaces around assignment operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
qw3rtman committed Aug 1, 2015
1 parent 1a11571 commit c1e62de
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 @@ -51,7 +51,7 @@ Get pixel color under the mouse.
var robot = require("robotjs");

//Get mouse position.
var mouse=robot.getMousePos();
var mouse = robot.getMousePos();

//Get pixel color in hex format.
var hex = robot.getPixelColor(mouse.x, mouse.y);
Expand Down

0 comments on commit c1e62de

Please sign in to comment.