diff --git a/redisson-quarkus/README.md b/redisson-quarkus/README.md
index 13619f168..a6c660070 100644
--- a/redisson-quarkus/README.md
+++ b/redisson-quarkus/README.md
@@ -69,15 +69,15 @@ Below is the list of all Cache implementations:
|`impementation`
setting value | Local
cache | Data
partitioning | Entry
eviction | Ultra-fast
read/write |
| ------------- | :-----------: | :-----------:| :----------:| :---------:|
-|standard
open-source version | ❌ | ❌ | ❌ | ❌ |
-|native
open-source version | ❌ | ❌ | **native**| ❌ |
-|standard
[Redisson PRO](https://redisson.pro) version | ❌ | ❌ | **scripted** | ✔️ |
-|native
[Redisson PRO](https://redisson.pro) version | ❌ | ❌ | **native**| ✔️ |
-|v2
available only in [Redisson PRO](https://redisson.pro) | ❌ | ✔️ | **advanced** | ✔️ |
-|localcache
available only in [Redisson PRO](https://redisson.pro) | ✔️ | ❌ | **scripted** | ✔️ |
-|localcache_v2
available only in [Redisson PRO](https://redisson.pro) | ✔️ | ✔️ | **advanced** | ✔️ |
-|clustered
available only in [Redisson PRO](https://redisson.pro) | ❌ | ✔️ | **scripted** | ✔️ |
-|clustered_localcache
available only in [Redisson PRO](https://redisson.pro) | ✔️ | ✔️ | **scripted** | ✔️ |
+|`standard`
open-source version | ❌ | ❌ | ❌ | ❌ |
+|`native`
open-source version | ❌ | ❌ | **native**| ❌ |
+|`standard`
[Redisson PRO](https://redisson.pro) version | ❌ | ❌ | **scripted** | ✔️ |
+|`native`
[Redisson PRO](https://redisson.pro) version | ❌ | ❌ | **native**| ✔️ |
+|`v2`
available only in [Redisson PRO](https://redisson.pro) | ❌ | ✔️ | **advanced** | ✔️ |
+|`localcache`
available only in [Redisson PRO](https://redisson.pro) | ✔️ | ❌ | **scripted** | ✔️ |
+|`localcache_v2`
available only in [Redisson PRO](https://redisson.pro) | ✔️ | ✔️ | **advanced** | ✔️ |
+|`clustered`
available only in [Redisson PRO](https://redisson.pro) | ❌ | ✔️ | **scripted** | ✔️ |
+|`clustered_localcache`
available only in [Redisson PRO](https://redisson.pro) | ✔️ | ✔️ | **scripted** | ✔️ |
`expire-after-write` setting defines time to live of the item stored in the cache. Default value is `0`.
`expire-after-access` setting defines time to live added to the item after read operation. Default value is `0`.