Skip to content

Commit

Permalink
No spaces before comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Oct 10, 2015
1 parent 634259e commit 5e81b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ robot.mouseClick();
##### Keyboard

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

var robot = require("robotjs");

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

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

var robot = require("robotjs");

Expand Down

0 comments on commit 5e81b63

Please sign in to comment.