Skip to content

Commit

Permalink
Better example titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Aug 4, 2015
1 parent 2e9fc20 commit 5711f7b
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 @@ -34,7 +34,7 @@ npm install robotjs
I [plan on](https://github.com/octalmage/robotjs/issues/64) using node-pre-gyp to make this process easier.

## Examples
Get the mouse location and move it.
Get the mouse position, move it, then click.

```JavaScript
var robot = require("robotjs");
Expand All @@ -50,7 +50,7 @@ robot.moveMouse(mouse.x, mouse.y + 100);
robot.mouseClick();
```

Type "Hello World".
Type "Hello World" then press enter.

```JavaScript
var robot = require("robotjs");
Expand Down

0 comments on commit 5711f7b

Please sign in to comment.