diff --git a/README.md b/README.md
index 015906d1..fccd6191 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
compile 'io.reactivex:rxandroid:1.2.0'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
-compile 'io.reactivex:rxjava:1.1.5'
+compile 'io.reactivex:rxjava:1.1.6'
```
* RxAndroid:
@@ -44,8 +44,7 @@ $ ./gradlew build
Futher details on building can be found on the RxJava [Getting Started][start] page of the wiki.
-
-
+
# Sample usage