From a9ef55e7777f6a0222b2fcae5a7c5682ef324f6e Mon Sep 17 00:00:00 2001 From: Cancai Cai <77189278+caicancai@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:39:46 +0800 Subject: [PATCH] chore/docs: installing document description should use bbolt Signed-off-by: cancaicai <2356672992@qq.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d27d3a783..f365e51e3 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ New minor versions may add additional features to the API. ### Installing -To start using Bolt, install Go and run `go get`: +To start using `bbolt`, install Go and run `go get`: ```sh $ go get go.etcd.io/bbolt@latest ```