diff --git a/README.md b/README.md
index c0e13f4..d974096 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,24 @@
Image-Zoomer
==========
--------
-###Specs
+### Specs
[](https://bintray.com/code-crusher/maven/ImageZoomer)
Image zoomer provides easy way to add zoom animations to you ImageButton. You can set the animation duration and reverse mode to reverse the animation.
-###Featured in
+### Featured in
-#Screenshots
-###Zoom
+# Screenshots
+### Zoom

-###Zoom Reverse
+### Zoom Reverse

-#Integration
+# Integration
-------------
- ImageZoomer is available in the MavenCentral, so getting it as simple as adding it as a dependency
@@ -27,8 +27,8 @@ Image zoomer provides easy way to add zoom animations to you ImageButton. You ca
compile 'com.vatsal.imagezoomer:image-zoomer:1.0.2'
```
-#Usage
-###Method 1 : XML
+# Usage
+### Method 1 : XML
In your activity_main.xml file use this code instead of ImageButton:
```xml
@@ -37,7 +37,7 @@ In your activity_main.xml file use this code instead of ImageButton:
android:layout_height="wrap_content"
android:src="@mipmap/ic_launcher" />
```
-###Attributes
+### Attributes