diff --git a/README.md b/README.md
index fffe7ab..12049a1 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,14 @@
[![License](https://img.shields.io/cocoapods/l/WYMaterialButton.svg?style=flat)](http://cocoapods.org/pods/WYMaterialButton)
[![Platform](https://img.shields.io/cocoapods/p/WYMaterialButton.svg?style=flat)](http://cocoapods.org/pods/WYMaterialButton)
-#### Inspired by Google Material Design, written purely in Swift 2.0.
+#### Inspired by Google Material Design, written purely in Swift 2.1.
WYMaterialButton implemented Material Design on iOS, allowing iOS buttons to be more responsive and interactive.
Integrated with [Spring](https://github.com/MengTo/Spring) animations, WYMaterialButton is super animated and programmer-friendly. All settings can be customized in storyboard inspector.
-
+
## Installation
@@ -51,18 +51,18 @@ If you're Objective-C user, please include the header file
## Specification
-For most cases, ``Material Color`` is the only property you need to set. Leave others as default.
+* For most cases, ``Material Color`` is the only property you need to set. Leave others as default.
-With ``Auto Setup Color`` enabled defautly, WYMaterialButton would set background of the button same as the ''materialColor'', and set the text color to corresponding contrast color for maximing convenience for developers. If you wish the highest customization, just disable ``Auto Setup Color`` and set up the button as usual and won't hurt material effects.
+* With ``Auto Setup Color`` enabled defautly, WYMaterialButton would set background of the button same as the ''materialColor'', and set the text color to corresponding contrast color for maximing convenience for developers. If you wish the highest customization, just disable ``Auto Setup Color`` and set up the button as usual and won't hurt material effects.
-With ``Touch Location Enable`` enabled defautly, WYMaterialButton would track your touch location and generate a ripple animation upon that. You can disable to center the ripple effect on the button.
+* With ``Touch Location Enable`` enabled defautly, WYMaterialButton would track your touch location and generate a ripple animation upon that. You can disable to center the ripple effect on the button.
-``Material Effect Percent`` speicifies what percentage of area of the button will have material effect when being pressing. It default to 0.8.
+* ``Material Effect Percent`` speicifies what percentage of area of the button will have material effect when being pressing. It default to 0.8.
-You can of course access all these properties and more by using codes. For example:
-```swift
-myButton.materialColor = UIColor.blueColor()
-```
+* You can of course access all these properties and more by using codes. For example:
+ ```swift
+ myButton.materialColor = UIColor.blueColor()
+ ```
## Demo
@@ -89,5 +89,5 @@ open WYMaterialButton.xcworkspace
[Material Design](https://www.google.com/design/spec/material-design/introduction.html): animation idea and effects come from Google's material design concept.
-## LICENSE
+## License
WYMaterialButton is available under the [MIT License](LICENSE), see LICENSE for more infomation.