From 38fbf1200e551bb5c15d2f35d07d501f42236f19 Mon Sep 17 00:00:00 2001
From: ticki <ticki@users.noreply.github.com>
Date: Mon, 19 Dec 2016 17:39:41 +0100
Subject: [PATCH] Remove the excessive '['.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7de781ec..58a8520a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 <img alt="Termion logo" src="https://rawgit.com/ticki/termion/master/logo.svg" />
 </p>
 
-[![Build Status](https://travis-ci.org/ticki/termion.svg?branch=master)](https://travis-ci.org/ticki/termion) [![Latest Version](https://img.shields.io/crates/v/termion.svg)](https://crates.io/crates/termion) &emsp; | [[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/)
+[![Build Status](https://travis-ci.org/ticki/termion.svg?branch=master)](https://travis-ci.org/ticki/termion) [![Latest Version](https://img.shields.io/crates/v/termion.svg)](https://crates.io/crates/termion) &emsp; | [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/)
 |----|----|----|----|----
 
 
-- 
GitLab