diff --git a/README.md b/README.md
index 5c606fe..9fd7d65 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ The following is a comparison of the main features of dtm and seata:
| Features | DTM | SEATA | Remarks |
|:-----:|:----:|:----:|:----:|
-| Supported languages| Golang, python, php and others | Java |dtm can easily support a new language|
+| Supported languages| Golang, python, php, c# and others | Java |dtm can easily support a new language|
|Exception Handling| [Sub-transaction barrier automatic processing](./doc/barrier-en.md)|Manual processing | dtm solves idempotence, suspension, and null compensation|
| TCC| ✓|✓||
| XA|✓|✓||