diff --git a/README.md b/README.md
index 350ca14..c1113ca 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
[![Build Status](https://travis-ci.org/kevalpatel2106/android-ruler-view.svg?branch=master)](https://travis-ci.org/kevalpatel2106/android-ruler-view) [![API](https://img.shields.io/badge/API-14%2B-orange.svg?style=flat)](https://android-arsenal.com/api?level=14) [![Javadoc](https://img.shields.io/badge/JavaDoc-master-brightgreen.svg?style=orange)](http://kevalpatel2106.com/android-ruler-picker/)
+#### Android custom view that uses ruler for picking the number from given range.
+
## Features:
- Easy to integrate. All you have to do is add the view into your XML and listen for the value changes.
- Highly customizable. Change width, height, color, distance between indicators. Change the color and sze of the texts in the ruler in XML or dynamically from your java or kotlin code.
@@ -9,13 +11,12 @@
## How to use this library?
- ### Gradle dependency:
-- Add below dependency into your build.gradle file.
+ - Add below dependency into your build.gradle file.
```groovy
compile 'com.kevalpatel2106:ruler-picker:1.0'
```
-- For other build systems see [Import.md](/.github/IMPORT.md).
+ - For other build systems see [Import.md](/.github/IMPORT.md).
-## How to use?
- Add `RulerValuePicker` inside your XML layout.
```xml