diff --git a/README.md b/README.md
index d2532d9..d265c17 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,13 @@
 
-## Usage
+## Installation
-**Gradle**
+Add to your *build.gradle* files:
```gradle
compile 'com.anton46:stepsview:0.0.2'
-````
-**Maven**
+```
+#### Maven
```xml
com.anton46
@@ -17,7 +17,7 @@ compile 'com.anton46:stepsview:0.0.2'
0.0.2
```
-
+## Include StepsView in your layout
```xml
-```
-
+```
+## Display steps
+All available options with default values:
```java
mStepsView.setLabels(steps)
.setBarColorIndicator(getContext().getResources().getColor(R.color.material_blue_grey_800))
@@ -35,7 +36,6 @@ mStepsView.setLabels(steps)
.setCompletedPosition(0)
.drawView();
```
-
Developed by
========================