diff --git a/README.md b/README.md
index 6924812..ebf2a83 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
- compile "com.daimajia.swipelayout:library:1.0.0@aar"
+ compile "com.daimajia.swipelayout:library:1.0.1@aar"
}
```
@@ -42,51 +42,17 @@ dependencies {
com.daimajia.swipelayout
library
- 1.0.0
+ 1.0.1
apklib
```
#### Eclipse
+[AndroidSwipeLayout-v1.0.1.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.1.jar)
### Step 2
-Create a `SwipeLayout`:
-
-- `SwipeLayout` must have 2 children (all should be an instance of `ViewGroup`).
-
-```xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-There are some preset examples: [example1](./demo/src/main/res/layout/sample1.xml), [example2](./demo/src/main/res/layout/sample2.xml), [example3](./demo/src/main/res/layout/sample3.xml).
-
-### Step3
-
-[Source code](./demo/src/main/java/com/daimajia/swipedemo/MyActivity.java).
[Wiki Usage](https://github.com/daimajia/AndroidSwipeLayout/wiki/usage)
## Wiki