Merge pull request #855 from caicancai/docs

chore/docs: Installing document description should use bbolt
pull/856/head
Benjamin Wang 2024-11-07 12:47:22 +00:00 committed by GitHub
commit a28237b0a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
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
```