branch: master
commit 585a61025eba602fbd9c98f79f0615ba84335e1f
Merge: 6011856 b63eb88
Author: Artur Malabarba <bruce.connor...@gmail.com>
Commit: Artur Malabarba <bruce.connor...@gmail.com>

    Merge branch 'master' of github.com:Bruce-Connor/aggressive-indent-mode
---
 README.md       |    8 ++++----
 c-example.gif   |  Bin 0 -> 88739 bytes
 cpp-example.gif |  Bin 41518 -> 0 bytes
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8041f4a..8abb380 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-aggressive-indent-mode    ()
+aggressive-indent-mode
 ======================
-<small>[Wanna say thank you?](https://gratipay.com/Malabarba/)</small>
+(_[Wanna say thank you?](https://gratipay.com/Malabarba/)_)
 
 `electric-indent-mode` is enough to keep your code nicely aligned when
 all you do is type. However, once you start shifting blocks around,
@@ -16,8 +16,8 @@ than `electric-indent-mode`.
 - An example of Lisp mode (Emacs Lisp):
 ![Lisp Code Example](lisp-example.gif)
 
-- An example of non-Lisp mode (C++):
-![Cpp Code Example](cpp-example.gif)
+- An example of non-Lisp mode (C):
+![C Code Example](c-example.gif)
 
 ### Instructions ###
 
diff --git a/c-example.gif b/c-example.gif
new file mode 100644
index 0000000..f72e143
Binary files /dev/null and b/c-example.gif differ
diff --git a/cpp-example.gif b/cpp-example.gif
deleted file mode 100644
index a8ef26c..0000000
Binary files a/cpp-example.gif and /dev/null differ

Reply via email to