diff --git a/utbot-intellij/src/main/resources/META-INF/plugin.xml b/utbot-intellij/src/main/resources/META-INF/plugin.xml
index 1f12795cc7..a8e5676a53 100644
--- a/utbot-intellij/src/main/resources/META-INF/plugin.xml
+++ b/utbot-intellij/src/main/resources/META-INF/plugin.xml
@@ -43,35 +43,27 @@
unit tests with a single action!
-
-
- The UTBot engine goes through your code instructions and generates regression tests.
-
-
- The engine finds potential problems in your code:
-
-
-
- - exceptions
- - hangs
- - overflows
- - and even native crashes
-
-
- They are not a surprise for you anymore. The engine will find the problems and generate tests for them.
-
-
- The engine carefully selects tests to maximize statement and branch coverage. Our credo is to maximize test coverage and minimize tests number.
-
-
- You can try the engine online without installation.
-
-
- Got ideas? Let us know or become a contributor on our GitHub page
-
-
- Found an issue? Please, submit it here.
+ UnitTestBot is the tool for automated unit test generation and precise code analysis.
+
+ Discover UnitTestBot key features in our latest release:
+
+ - generating ready-to-use test cases — with valid inputs, method bodies, assertions, and comments
+ - maximizing branch coverage in regression suite> while keeping the number of tests minimized
+ - finding deeply hidden code defects and expressing them as tests
+ - fine-tuned mocking, including mocking static methods
+ - representing all the test descriptions in a human-readable format
+ - generating SARIF reports
+ - innovative symbolic execution engine combined with a smart fuzzing platform
+
+ UnitTestBot supports the latest JDKs, JUnit 4, JUnit 5, TestNG, Mockito and is suitable for all popular operational systems.
+
+ Try UnitTestBot online demo to see how it generates tests for your code in real time.
+
+ Contribute to UnitTestBot via GitHub.
+
+ Found a bug? File an issue.
+
+ Have an idea? Start a discussion.
]]>