From b93c6c0aa8f70886a45b5b1bbcd8e240996fc461 Mon Sep 17 00:00:00 2001
From: Nikita Koksharov <mrniko@users.noreply.github.com>
Date: Thu, 12 Oct 2017 12:21:40 +0300
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 20c7d158d..a792bed10 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,10 @@ Redisson: Redis based In-Memory Data Grid for Java.
 
 Based on high-performance async and lock-free Java Redis client and [Netty](http://netty.io) framework.  
 
-| Stable Release Version | JDK Version compatibility | Release Date |
-| ------------- | ------------- | ------------|
-| 3.5.4  | 1.8+ | 28.09.2017 |
-| 2.10.4 | 1.6, 1.7, 1.8 and Android | 28.09.2017 |
-
-__NOTE__: Both version lines have same features except `CompletionStage` interface added in 3.x.x
+| Stable <br/> Release Version | JDK Version<br/> compatibility | Release Date | `CompletionStage` <br/> support |
+| ------------- | ------------- | ------------| -----------|
+| 3.5.4  | 1.8+ | 28.09.2017 | Yes |
+| 2.10.4 | 1.6, 1.7, 1.8 and Android | 28.09.2017 | No |
 
 
 Features