Skip to content

Commit d2102c8

Browse files
committed
Fixed heading syntax.
1 parent f217e9a commit d2102c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ node-gyp is only configured for Mac, but this project will support Windows and L
1111

1212
[![Ready](https://badge.waffle.io/octalmage/robotjs.svg?label=ready&title=Ready)](http://waffle.io/octalmage/robotjs)
1313

14-
##Installing
14+
## Installing
1515

1616
```
1717
npm install robotjs
1818
```
1919

20-
##Examples
20+
## Examples
2121
Get the mouse location and move it.
2222

2323
```JavaScript
@@ -34,7 +34,7 @@ robot.moveMouse(mouse.x,mouse.y+100);
3434
robot.mouseClick();
3535
```
3636

37-
##Building
37+
## Building
3838

3939
RobotJS uses [node-gyp](https://github.com/TooTallNate/node-gyp) for building.
4040

@@ -51,15 +51,15 @@ node-gyp configure
5151
node-gyp build
5252
```
5353

54-
##Plans
54+
## Plans
5555

5656
* Control the mouse by changing the mouse position, left/right clicking, and dragging.
5757
* Control the keyboard by pressing keys, holding keys down, and typing words.
5858
* Read pixel color from the screen and capture the screen.
5959
* Find image on screen, read pixels from image.
6060
* Possibly include window management?
6161

62-
##Progress
62+
## Progress
6363

6464
| Module | Status | Notes |
6565
| ------------- |-------------: | ------- |
@@ -68,7 +68,7 @@ node-gyp build
6868
| Screen | 5% | Screenshot, read pixel color, image search. |
6969
| Window | 1% | Manipulate external windows. |
7070

71-
##Story
71+
## Story
7272

7373
I'm a huge fan of [AutoHotkey](http://www.autohotkey.com/), and I've used it for a very long time. AutoHotkey is great for automation and it can do a bunch of things that are very diffucult in other languages. For example, it's [imagesearch](https://www.autohotkey.com/docs/commands/ImageSearch.htm) and [pixel](https://www.autohotkey.com/docs/commands/PixelGetColor.htm) related functions are hard to reproduce on Mac, espscially in scripting languages. These functions are great for automating apps that can't be automated like [Netflix](http://blueshirtdesign.com/apps/autoflix/). This has never been a big deal since I've always used Windows at work, but for the past few years I've been using Mac exclusively.
7474

0 commit comments

Comments
 (0)