diff --git a/README.md b/README.md index 04cfe7254..86b6d7d39 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ guarantee that they exist for future transactions. To delete a bucket, simply call the `Tx.DeleteBucket()` function. -You can also iterate over all existing buckets with `Tx.forEach()`: +You can also iterate over all existing top-level buckets with `Tx.forEach()`: ```go db.View(func(tx *bolt.Tx) error {