diff --git a/README.md b/README.md index 205f44a..64317e5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # cli [![GoDoc](https://godoc.org/github.com/mfridman/cli?status.svg)](https://godoc.org/github.com/mfridman/cli) -[![Go Report Card](https://goreportcard.com/badge/github.com/mfridman/cli)](https://goreportcard.com/report/github.com/mfridman/cli) -[![Actions](https://github.com/mfridman/cli/workflows/ci/badge.svg)](https://github.com/mfridman/cli) +[![Go Report +Card](https://goreportcard.com/badge/github.com/mfridman/cli)](https://goreportcard.com/report/github.com/mfridman/cli) +[![CI](https://github.com/mfridman/cli/actions/workflows/ci.yaml/badge.svg)](https://github.com/mfridman/cli/actions/workflows/ci.yaml) A lightweight framework for building Go CLI applications with nested subcommands.