From be5fcb1f4f601c12a51f7ead9155d7a5e736d59c Mon Sep 17 00:00:00 2001
From: ticki <ticki@users.noreply.github.com>
Date: Tue, 8 Nov 2016 08:43:51 +0100
Subject: [PATCH] Add link to tutorial in README.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 571cab7f..b1c66468 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Termion
 
-[Documentation](https://docs.rs/termion) | [Examples](https://github.com/Ticki/termion/tree/master/examples) | [Changelog](https://github.com/Ticki/termion/tree/master/CHANGELOG.md)
-|----|----|----
+[Documentation](https://docs.rs/termion) | [Examples](https://github.com/Ticki/termion/tree/master/examples) | [Changelog](https://github.com/Ticki/termion/tree/master/CHANGELOG.md) | [Tutorial](http://ticki.github.io/blog/making-terminal-applications-in-rust-with-termion/)
+|----|----|----|----
 
 **Termion** is a pure Rust, bindless library for low-level handling, manipulating
 and reading information about terminals. This provides a full-featured
-- 
GitLab