Skip to content

Commit

Permalink
Update README URLs based on HTTP redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadmeCritic committed Nov 25, 2015
1 parent 293c329 commit 2072907
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 @@ -26,7 +26,7 @@ This is a work in progress so the exported functions could change at any time be

## Installation

Please ensure you have the [required dependencies](https://github.com/TooTallNate/node-gyp/#installation) before installing:
Please ensure you have the [required dependencies](https://github.com/nodejs/node-gyp#installation) before installing:

* Windows
* Visual Studio 2013 (Express works fine).
Expand Down Expand Up @@ -158,7 +158,7 @@ For any other questions please [submit an issue](https://github.com/octalmage/ro

## Story

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 difficult 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, especially 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.
I'm a huge fan of [AutoHotkey](https://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 difficult 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, especially 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.

I like AutoHotkey, but I like Node.js more. By developing RobotJS I get an AutoHotkey replacement on Mac (finally!), and I get to use my favorite language.

Expand Down

0 comments on commit 2072907

Please sign in to comment.