diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md
index d54c56d78..b99ba3f5e 100644
--- a/redisson-tomcat/README.md
+++ b/redisson-tomcat/README.md
@@ -29,7 +29,7 @@ Usage
* `AFTER_REQUEST` - all session attributes are stored into Redis after each request.
- `sharedSession` - share session across multiple deployed applications. Appropriate for migration EAR based application with multiple WARs. Works only in `readMode=REDIS`.
+ `sharedSession` - share session across multiple deployed applications. Appropriate solution for migration of EAR based application with multiple WARs hosted previously on JBoss, Weblogic... Works only in `readMode=REDIS`.
This option available only in [Redisson PRO](http://redisson.pro) edition.
* `false` - don't share single session. Default mode.