From 99c4279df1e67fe3b1cb801cbd251ac60912a980 Mon Sep 17 00:00:00 2001 From: cjcchen Date: Thu, 29 Sep 2022 08:08:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb8e40a2b..49ef06676 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Run tools to get value by key(for example, get the value with key "test"): You will see this if success: - client get value = xxx + client get value = Run tools to set value by key(for example, set the value with key "test" and value "test_value"):