diff --git a/README.md b/README.md
index f33106f..60bd2cd 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,16 @@
- Boid tracking with field of view visuals (Space)
- Performance statistics (CTRL+H, CTRL+G)
+
+
+
+
+
+
+ Boids attempt to cohesively move together by each individually moving doing the same thing: move towards the center of the flock, align to the average heading of the flock, and keep a certain distance from eachother.
+
+
+
## Installation
To download a release, check the [Releases](https://github.com/Xevion/Boids/releases) section and download the appropriate build. **Boids** is built on the Unity Engine, and thus should be fully compatible across Windows, Mac & Linux without trouble.
diff --git a/example.gif b/example.gif
new file mode 100644
index 0000000..3f53d8f
Binary files /dev/null and b/example.gif differ
diff --git a/example.mp4 b/example.mp4
new file mode 100644
index 0000000..5be64c4
Binary files /dev/null and b/example.mp4 differ