Skip to content

Commit c1e62de

Browse files
committed
Add spaces around assignment operator.
1 parent 1a11571 commit c1e62de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Get pixel color under the mouse.
5151
var robot = require("robotjs");
5252

5353
//Get mouse position.
54-
var mouse=robot.getMousePos();
54+
var mouse = robot.getMousePos();
5555

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

0 commit comments

Comments
 (0)