Update README.md

This commit is contained in:
Queeny 2018-05-08 22:33:19 -07:00 committed by GitHub
parent 16d9b21f8b
commit ba6dd5b707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ TLA+ is a formal specification and verification language to help engineers desig
# tla-plus in TiDB
In TiDB, we use TLA+ for the following purposes:
In [TiDB](https://github.com/pingcap/tidb), we use TLA+ for the following purposes:
- To verify the distributed consensus algorithm - [Raft](https://github.com/pingcap/raft-rs).
- To verify the implementation of distributed transaction.