From 811cafa5cc5711794f28ca1565f8e2e29a153bbf Mon Sep 17 00:00:00 2001
From: Jerome Reybert <jreybert@gmail.com>
Date: Mon, 26 Oct 2015 14:28:44 +0100
Subject: [PATCH] README.md: add asciinema example

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index aca7781..4382746 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,9 @@ From a very single vim buffer, you can perform all basic git operations. To name
 * Stage files/hunks/parts of hunks with single key S.
 * Write or amend your commit message and commit.
 
+See a usage example:
+[![asciicast](https://asciinema.org/a/28761.png)](https://asciinema.org/a/28761)
+
 This workflow is 100% inspired from magnificent emacs [Magit](https://github.com/magit/magit) plugin.
 
 Take a look at [TL;DR](#tldr) to start using it immediatly.
-- 
GitLab