From be81ff86f3abc558281d9400b2edc1cc1d188d8d Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:27:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2d64294b84..d40c777bf9e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is supposed to: + Talk to Placement Driver searching for a region + Talk to TiKV for reading/writing data -## Quick Start +## Quick Start2 > TiKV Java Client is designed to communicate with [PD](https://github.com/tikv/pd) and [TiKV](https://github.com/tikv/tikv), please run PD and TiKV in advance.