From 3cb74c7ff0f28d875154a85242ceedd722a2899e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Mur=C3=A9?= <batolettre@gmail.com>
Date: Tue, 4 Dec 2018 23:51:35 +0100
Subject: [PATCH] update readme with new demo gif

---
 README.md                              |   6 ++----
 doc/{test.gif => termui_recording.gif} | Bin
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename doc/{test.gif => termui_recording.gif} (100%)

diff --git a/README.md b/README.md
index dd6f4560..a4e1c227 100644
--- a/README.md
+++ b/README.md
@@ -86,9 +86,7 @@ You can now use commands like `show`, `comment`, `open` or `close` to display an
 
 An interactive terminal UI is available using the command `git bug termui` to browse and edit bugs.
 
-<p align="center">
-    <img src="https://cdn.rawgit.com/MichaelMure/git-bug/master/doc/termui_recording.svg">
-</p>
+![Termui recording](doc/termui_recording.gif)
 
 ## Web UI (status: WIP)
 
@@ -114,7 +112,7 @@ Interested by how it works ? Have a look at the [data model](doc/model.md).
 ## Planned features
 
 - media embedding
-- import/export of github issue
+- exporter to github issue
 - extendable data model to support arbitrary bug tracker
 - inflatable raptor
 
diff --git a/doc/test.gif b/doc/termui_recording.gif
similarity index 100%
rename from doc/test.gif
rename to doc/termui_recording.gif
-- 
GitLab