diff --git a/README.md b/README.md index f865fd1..fefe8af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # `github.com/buildpacks/libcnb` + +[![Go Reference](https://pkg.go.dev/badge/github.com/buildpacks/libcnb.svg)](https://pkg.go.dev/github.com/buildpacks/libcnb) + `libcnb` is a Go language binding of the Cloud Native Buildpacks API. It is a non-opinionated implementation adding language constructs and convenience methods for working with the API. > For operations such as building an app, creating a builder or packaging a buildpack, you may use [`pack`](https://github.com/buildpacks/pack) as a Go library.