From a8c2bf927a87c518dcbb1ed5547cd7471c30d90d Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Mon, 26 Jul 2021 22:11:14 +0800 Subject: [PATCH] fix github stars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|github stars|github stars|dtm releases 0.1 from 20210604, fast development| +|star number|github stars|github stars|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.