branch: master
commit 675224c5557670f6995a9c33dbb6d3c8486faaec
Author: Artur Malabarba <bruce.connor...@gmail.com>
Commit: Artur Malabarba <bruce.connor...@gmail.com>

    Rename gifs
---
 README.md                                         |    4 ++--
 aggressive-indent-non-lisp.gif => cpp-example.gif |  Bin 41518 -> 41518 bytes
 aggressive-indent.gif => lisp-example.gif         |  Bin 493302 -> 493302 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0fbd793..d806dd9 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,10 @@ than `electric-indent-mode`.
 ### Demonstration ###
 
 - An example of Lisp mode (Emacs Lisp):
-![aggressive-indent](aggressive-indent.gif)
+![Lisp Code Example](lisp-example.gif)
 
 - An example of non-Lisp mode (C++):
-![aggressive-indent](aggressive-indent-non-lisp.gif)
+![Cpp Code Example](cpp-example.gif)
 
 ### Instructions ###
 
diff --git a/aggressive-indent-non-lisp.gif b/cpp-example.gif
similarity index 100%
rename from aggressive-indent-non-lisp.gif
rename to cpp-example.gif
diff --git a/aggressive-indent.gif b/lisp-example.gif
similarity index 100%
rename from aggressive-indent.gif
rename to lisp-example.gif

Reply via email to