diff --git a/README.md b/README.md
index 4cd9afd6..11f31df8 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ This is a work in progress so the exported functions could change at any time be
- [Building](#building)
- [Plans](#plans)
- [Progress](#progress)
+- [Blog](#blog)
- [License](#license)
## Installation
@@ -132,6 +133,12 @@ node-gyp build
| Keyboard | 100% | All planned features implemented. |
| Screen | 10% | Screenshot, image search. |
+## Blog
+
+For the latest RobotJS news, check out the [blog](http://robotjavascript.tumblr.com)!
+
+
+
## 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.