diff --git a/README.md b/README.md
index 948103b7..9ede52ec 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ Let's start celebrate more together with our users by popping the confetti on th
## Demo app
+[]()
Soon: Demo in the play store
@@ -42,9 +43,13 @@ viewKonfetti.build()
This example is written in Kotlin
## Download
+Just add the following dependency in your app's build.gradle
+
```groovy
-compile 'nl.dionsegijn:konfetti:1.0'
+dependencies {
+ compile 'nl.dionsegijn:konfetti:1.0'
+}
```
## Contribute
diff --git a/media/konfetti_demo.gif b/media/konfetti_demo.gif
new file mode 100644
index 00000000..a3a2d092
Binary files /dev/null and b/media/konfetti_demo.gif differ