Skip to content

Commit 5e81b63

Browse files
committed
No spaces before comment.
1 parent 634259e commit 5e81b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ robot.mouseClick();
6969
##### Keyboard
7070

7171
```JavaScript
72-
// Type "Hello World" then press enter.
72+
//Type "Hello World" then press enter.
7373

7474
var robot = require("robotjs");
7575

@@ -83,7 +83,7 @@ robot.keyTap("enter");
8383
##### Screen
8484

8585
```JavaScript
86-
// Get pixel color under the mouse.
86+
//Get pixel color under the mouse.
8787

8888
var robot = require("robotjs");
8989

0 commit comments

Comments
 (0)