diff --git a/README.md b/README.md
index 4bd0d93..ed83eff 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Using progress-activity which extends from RelativeLayout, you can easily add st
Add ```com.vlonjatg.progressactivity.ProgressActivity``` to your layout.
```xml
-
-
+
```
Then in your code:
@@ -86,7 +86,7 @@ repositories {
}
dependencies {
- compile 'com.github.vlonjatg:progress-activity:v1.0.3'
+ compile 'com.github.vlonjatg:progress-activity:v2.0.1'
}
```
@@ -97,6 +97,7 @@ There are a bunch of attributes to customize the views.
```xml
+
@@ -114,6 +115,7 @@ There are a bunch of attributes to customize the views.
+
```