diff --git a/.github/demo.gif b/.github/demo.gif
new file mode 100644
index 0000000..e1d0a60
Binary files /dev/null and b/.github/demo.gif differ
diff --git a/README.md b/README.md
index 06b2ee5..cbf08f2 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,10 @@
Stream Sprout 🌱 is a simple, self-contained, and easy-to-use solution for streaming to multiple destinations such as Twitch, YouTube, [Owncast](https://owncast.online/) and [Peertube](https://joinpeertube.org/) 📡
+
+

+
+
It uses [FFmpeg](https://ffmpeg.org/) to receive the video stream from OBS Studio (or anything that can publish a RTMP stream) and then restreams it to multiple destinations; providing similar functionality as services like Restream.io and Livepush.io but without the need to pay 💸 for a third-party service or run something like nginx with the [RTMP module](https://github.com/arut/nginx-rtmp-module).
Stream Sprout is configured with a simple YAML file and designed to be run on the same computer as your [OBS Studio](https://obsproject.com/) instance (it can be run remotely too) and does not require root privileges.