From 2a782bf0c68ac20652f198b68d72fe6321c3e938 Mon Sep 17 00:00:00 2001 From: yedongfu Date: Tue, 20 Jul 2021 19:46:22 +0800 Subject: [PATCH] python sdk updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cbf488..95b1b7c 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ DTM是首款golang的开源分布式事务管理器,优雅的解决了幂等 #### python -客户端sdk(当前只支持TCC): [https://github.com/yedf/dtmcli-python](https://github.com/yedf/dtmcli-python) +客户端sdk(当前只支持TCC): [https://github.com/yedf/dtmcli-py](https://github.com/yedf/dtmcli-py) -示例: [https://github.com/yedf/dtmcli-python-sample](https://github.com/yedf/dtmcli-python-sample) +示例: [https://github.com/yedf/dtmcli-py-sample](https://github.com/yedf/dtmcli-py-sample) #### php