Skip to content

Commit

Permalink
Remove newline after example descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Oct 18, 2015
1 parent 7121302 commit a1048b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ for (var x = 0; x < width; x++)

```JavaScript
//Type "Hello World" then press enter.

var robot = require("robotjs");

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

```JavaScript
//Get pixel color under the mouse.

var robot = require("robotjs");

//Get mouse position.
Expand Down

0 comments on commit a1048b9

Please sign in to comment.