diff --git a/README.md b/README.md
index 24039226446214bc5a064d0afbab76da0b0d980c..ad0dabd04fa385d1ea8014696967781e5d3828f9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 Simple Terminal based Boids
 ===============================================================================
 
+![Boids flocking around. I just think they are neat](boids.gif)
+
 small c file with boids represented in terminal, with only the libc as
 dependency. This was mostly done using Conrad Parker pseudocode boid
 implementation (http://www.kfish.org/boids/pseudocode.html), and thus lacks