Skip to content

Commit 727313b

Browse files
committed
Link to relevant wiki sections.
1 parent 4b28b99 commit 727313b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ I [plan on](https://github.com/octalmage/robotjs/issues/64) using node-pre-gyp t
4848

4949
## Examples
5050

51-
##### Mouse
51+
##### [Mouse](https://github.com/octalmage/robotjs/wiki/Syntax#mouse)
5252

5353
![](https://cloudup.com/cw5JY2cusx3+)
5454

@@ -71,7 +71,7 @@ for (var x = 0; x < width; x++)
7171
}
7272
```
7373

74-
##### Keyboard
74+
##### [Keyboard](https://github.com/octalmage/robotjs/wiki/Syntax#keyboard)
7575

7676
```JavaScript
7777
//Type "Hello World" then press enter.
@@ -84,7 +84,7 @@ robot.typeString("Hello World");
8484
robot.keyTap("enter");
8585
```
8686

87-
##### Screen
87+
##### [Screen](https://github.com/octalmage/robotjs/wiki/Syntax#screen)
8888

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

0 commit comments

Comments
 (0)