diff --git a/README.md b/README.md
index fbc5c28..9033067 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[](https://www.android.com)
[](https://android-arsenal.com/api?level=16s)
[](https://opensource.org/licenses/MIT)
+[  ](https://bintray.com/dev-ritik/EmojiReactionView/EmojiReactionView/_latestVersion)
An Android library to make Emoji Reactions on imageviews in a manner Instagram does this!.
@@ -13,10 +14,27 @@ An Android library to make Emoji Reactions on imageviews in a manner Instagram d
- Optimum performance : Efforts have been made to keep memory usage as small as possible.
- Unharmed image : The library doesn't change/modify the image, so every modification of image as imageview is possible
+## Example
+Below is the two sample for usage of the library:
+
+
+
+
# Usage
Just add the following dependency in your app's `build.gradle`
+```groovy
+repositories {
+ maven {
+ url 'https://dl.bintray.com/dev-ritik/EmojiReactionView/'
+ }
+}
+
+dependencies {
+ implementation 'com.ritik:emojireactionlibrary:1.0.0'
+}
+
+```
-## Example
Add the following code in your xml file
```xml