diff --git a/README.md b/README.md
index 8c9c8fa..3c62709 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,13 @@ Similarly tо [NavigationView] (http://developer.android.com/reference/android/s
### Gettting started
+##### Add the dependency to gradle.build
+```
+dependencies {
+ compile 'io.github.yavski:fab-speed-dial:1.0.0'
+}
+```
+
##### Define a menu resource
```