Guava ListenableFuture support
diff --git a/integration/README.md b/integration/README.md
index 5b255a2..3a6846c 100644
--- a/integration/README.md
+++ b/integration/README.md
@@ -6,6 +6,7 @@
 
 * [kotlinx-coroutines-jdk8](kotlinx-coroutines-jdk8/README.md) -- extensions for JDK8 `CompletableFuture` (Android API level 24).
 * [kotlinx-coroutines-nio](kotlinx-coroutines-nio/README.md) -- extensions for asynchronous IO on JDK7+ (Android O Preview).
+* [kotlinx-coroutines-guava](kotlinx-coroutines-guava/README.md) -- integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/ListenableFutureExplained).
 
 ## Contributing
 
@@ -13,7 +14,7 @@
 
 * Keep it simple and general. Ideally it should fit into a single file. If it does not fit, then consider
   a separate GitHub project to host this integration.
-* Follow the example of other modules. Don't fear to cut-and-paste [kotlinx-coroutines-jdk8](kotlinx-coroutines-jdk8)
-  module for a start.
+* Follow the example of other modules. 
+  Cut-and-paste [kotlinx-coroutines-guava](kotlinx-coroutines-guava) module as a template.
 * Write tests and documentation, include top-level README.md with short overview and example.
 * Include it into the list of modules in this file and to the top-level [pom.xml](../pom.xml).