update readme

This commit is contained in:
yedongfu 2021-07-17 20:43:04 +08:00
parent 639fb4da80
commit dce8626f3f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
![license](https://img.shields.io/github/license/yedf/dtm)
[![Build Status](https://travis-ci.com/yedf/dtm.svg?branch=main)](https://travis-ci.com/yedf/dtm)
[![Coverage Status](https://coveralls.io/repos/github/yedf/dtm/badge.svg?branch=main)](https://coveralls.io/github/yedf/dtm?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/yedf/dtm)](https://goreportcard.com/report/github.com/yedf/dtm)
[![Go Reference](https://pkg.go.dev/badge/github.com/yedf/dtm.svg)](https://pkg.go.dev/github.com/yedf/dtm)
[中文版](https://github.com/yedf/dtm/blob/master/README-en.md) [中文版](https://github.com/yedf/dtm/blob/master/README-en.md)
# a golang distributed transaction manager # a golang distributed transaction manager
@ -21,7 +27,7 @@ DTM is the first golang open source distributed transaction project. It elegantl
# Quick start # Quick start
### installation ### installation
`go get github.com/yedf/dtm` `git clone github.com/yedf/dtm`
### dtm depends on mysql ### dtm depends on mysql
Configure mysql Configure mysql

View File

@ -41,7 +41,7 @@ DTM是首款golang的开源分布式事务管理器优雅的解决了幂等
# 快速开始 # 快速开始
### 安装 ### 安装
`go get github.com/yedf/dtm` `git clone github.com/yedf/dtm`
### dtm依赖于mysql ### dtm依赖于mysql
配置mysql 配置mysql