diff --git a/README.md b/README.md
index f78fd5a..753f050 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ The following is a comparison of the main features of dtm and seata:
| SAGA | simple mode | state machine complex mode |dtm's state machine mode is under planning|
|Transaction message|✓|✗|dtm provides transaction messages similar to rocketmq|
|Communication protocol|HTTP|dubbo and other protocols, no HTTP|dtm will support grpc protocol in the future|
-|star number|
|
|dtm releases 0.1 from 20210604, fast development|
+|star number|
|
|dtm releases 0.1 from 20210604, fast development|
From the features of the comparison above, if your language stack includes languages other than Java, then dtm is your first choice. If your language stack is Java, you can also choose to access dtm and use sub-transaction barrier technology to simplify your business writing.