Skip to content

Commit 5711f7b

Browse files
committed
Better example titles.
1 parent 2e9fc20 commit 5711f7b

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
@@ -34,7 +34,7 @@ npm install robotjs
3434
I [plan on](https://github.com/octalmage/robotjs/issues/64) using node-pre-gyp to make this process easier.
3535

3636
## Examples
37-
Get the mouse location and move it.
37+
Get the mouse position, move it, then click.
3838

3939
```JavaScript
4040
var robot = require("robotjs");
@@ -50,7 +50,7 @@ robot.moveMouse(mouse.x, mouse.y + 100);
5050
robot.mouseClick();
5151
```
5252

53-
Type "Hello World".
53+
Type "Hello World" then press enter.
5454

5555
```JavaScript
5656
var robot = require("robotjs");

0 commit comments

Comments
 (0)