From efca3c011813a81949ec56e19642e68f32ed96e0 Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Thu, 15 Dec 2022 18:19:39 -0500 Subject: [PATCH] update readme with godoc badges small navigational request from someone who looks up the API sometimes Signed-off-by: Nick Santos --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97de5a53..c2da22fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # compose-go -![Continuous integration](https://github.com/compose-spec/compose-go/workflows/Continuous%20integration/badge.svg) +[![Continuous integration](https://github.com/compose-spec/compose-go/actions/workflows/ci.yml/badge.svg)](https://github.com/compose-spec/compose-go/actions/workflows/ci.yml) +[![Go Reference](https://pkg.go.dev/badge/github.com/compose-spec/compose-go.svg)](https://pkg.go.dev/github.com/compose-spec/compose-go) Go reference library for parsing and loading Compose files as specified by the [Compose specification](https://github.com/compose-spec/compose-spec).