From 97a5328a1bf101c704596f943db85a3d01624ded Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Wed, 16 Apr 2014 10:28:43 +0100 Subject: [PATCH] Add Git.io screenshot example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 770ef54..e0afcae 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,11 @@ $ git clone https://gist.github.com/tiimgreen/10545817 [*Read more about creating gists.*](https://help.github.com/articles/creating-gists) ### Git.io -[Git.io](http://git.io) is a simple URL shortener for GitHub. You can also use it via pure HTTP using Curl: +[Git.io](http://git.io) is a simple URL shortener for GitHub. + +![Git.io](http://i.imgur.com/6JUfbcG.png?1) + +You can also use it via pure HTTP using Curl: ```bash $ curl -i http://git.io -F "url=https://github.com/..."