diff --git a/examples/README.md b/examples/README.md index 438766e4c..1c63f087d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,8 +1,8 @@ -# boxo examples and tutorials +# Boxo Examples and Tutorials -In this folder, you can find some examples to help you get started using boxo and its associated libraries in your applications. +In this folder, you can find some examples to help you get started using Boxo and its associated libraries in your applications. -Let us know if you find any issue or if you want to contribute and add a new tutorial, feel welcome to submit a pr, thank you! +Let us know if you find any issue or if you want to contribute and add a new tutorial, feel welcome to submit a PR, thank you! ## Examples and Tutorials diff --git a/examples/go.mod b/examples/go.mod index 495c2455a..790573a69 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,7 +3,7 @@ module github.com/ipfs/boxo/examples go 1.20 require ( - github.com/ipfs/boxo v0.8.0 + github.com/ipfs/boxo v0.13.1 github.com/ipfs/go-block-format v0.1.2 github.com/ipfs/go-cid v0.4.1 github.com/ipfs/go-datastore v0.6.0