diff --git a/README.md b/README.md
index b837bb7..5b3e675 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,33 @@
# ShadowFrameLayout
Android library for draw shadow effect inside layout.
+
+**How to get a Git project into your build:**
+
+**Step 1.** Add the JitPack repository to your build file, add it in your root build.gradle at the end of repositories:
+```
+allprojects {
+ repositories {
+ maven { url 'https://jitpack.io' }
+ }
+}
+```
+**Step 2.** Add the dependency
+```
+dependencies {
+ compile 'com.github.R12rus:ShadowFrameLayout:0.0.2'
+}
+```
+
+# **How to use:
**
+app:shadowTopHeight="6dp"
+app:shadowBottomHeight="6dp"
+
+```
+
+```
+# Example
+![Alt text](/example.jpg?raw=true "ShadowFrameLayout example")