From 91def8ad25290ed86dc9e300f627c94b1ea48edb Mon Sep 17 00:00:00 2001 From: LuoJi Zhu Date: Fri, 15 Jul 2022 18:39:26 +0800 Subject: [PATCH] rename tinykv example to matrixkv example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2cfbbb..0555c9b1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ go get github.com/matrixorigin/matrixcube@latest ## Example -See our [TinyKV example](https://github.com/matrixorigin/tinykv) on how to use MatrixCube for building a highly scalable & strongly consistent Key-Value store. +See our [matrixkv example](https://github.com/matrixorigin/matrixkv) on how to use MatrixCube for building a highly scalable & strongly consistent Key-Value store. ## License