diff --git a/README.md b/README.md
index f730c7f..aef647a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Walle [![minSdk for Walle](https://img.shields.io/badge/minSdk-15-green.svg)](#)
+# Walle [![minSdk for Walle](https://img.shields.io/badge/minSdk-14-green.svg)](#)
## This is Walle - Recyclerview.Adapter's helper
@@ -8,7 +8,7 @@
with gradle
```GRADLE
-compile 'com.github.donniesky:walle:0.0.1'
+compile 'com.github.donniesky:Walle:0.1.0'
```
Assuming you have installed jitpack provider:
@@ -43,3 +43,8 @@ Walle wrapper = Walle.newBuilder()
.loadMoreViewRes(R.layout.view_loadmore)
.build();
```
+
+### Thanks
+* baseAdapter [hongyangAndroid/baseAdapter](https://github.com/hongyangAndroid/baseAdapter)
+* BaseRecyclerViewAdapterHelper [CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)
+* 更优雅的方式添加 Header 与 Footer [优雅的添加Header和Footer等](http://www.woaitqs.cc/android/2017/04/11/new-way-to-add-header-and-footer)