chore/docs: installing document description should use bbolt

Signed-off-by: cancaicai <2356672992@qq.com>
pull/855/head
Cancai Cai 2024-11-06 23:39:46 +08:00 committed by cancaicai
parent c2e4c77280
commit a9ef55e777
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ New minor versions may add additional features to the API.
### Installing ### Installing
To start using Bolt, install Go and run `go get`: To start using `bbolt`, install Go and run `go get`:
```sh ```sh
$ go get go.etcd.io/bbolt@latest $ go get go.etcd.io/bbolt@latest
``` ```