diff --git a/redisson-mybatis/README.md b/redisson-mybatis/README.md
index 1d9f73e03..9e8eb4046 100644
--- a/redisson-mybatis/README.md
+++ b/redisson-mybatis/README.md
@@ -16,9 +16,9 @@ Below is the list of all available implementations with local cache and/or data
| ------------- | :-----------: | :----------:| :----------:|
|RedissonCache
open-source version | ❌ | ❌ | ❌ |
|RedissonCache
[Redisson PRO](http://redisson.pro) version | ❌ | ❌ | ✔️ |
-|RedissonLocalCachedCache
available only in [Redisson PRO](http://redisson.pro) edition | ✔️ | ❌ | ✔️ |
-|RedissonClusteredCache
available only in [Redisson PRO](http://redisson.pro) edition | ❌ | ✔️ | ✔️ |
-|RedissonClusteredLocalCachedCache
available only in [Redisson PRO](http://redisson.pro) edition | ✔️ | ✔️ | ✔️ |
+|RedissonLocalCachedCache
available only in [Redisson PRO](http://redisson.pro) | ✔️ | ❌ | ✔️ |
+|RedissonClusteredCache
available only in [Redisson PRO](http://redisson.pro) | ❌ | ✔️ | ✔️ |
+|RedissonClusteredLocalCachedCache
available only in [Redisson PRO](http://redisson.pro) | ✔️ | ✔️ | ✔️ |
## MyBatis Cache Usage
@@ -30,14 +30,14 @@ Maven
org.redisson
redisson-mybatis
- 3.15.2
+ 3.15.3
```
Gradle
```groovy
- compile 'org.redisson:redisson-mybatis:3.15.2'
+ compile 'org.redisson:redisson-mybatis:3.15.3'
```
### 2. Specify MyBatis cache settings