Skip to content

Commit a1048b9

Browse files
committed
Remove newline after example descriptions.
1 parent 7121302 commit a1048b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ for (var x = 0; x < width; x++)
7676

7777
```JavaScript
7878
//Type "Hello World" then press enter.
79-
8079
var robot = require("robotjs");
8180

8281
//Type "Hello World".
@@ -90,7 +89,6 @@ robot.keyTap("enter");
9089

9190
```JavaScript
9291
//Get pixel color under the mouse.
93-
9492
var robot = require("robotjs");
9593

9694
//Get mouse position.

0 commit comments

Comments
 (0)