From d040004e6ba47dc563d189f1bfcdbc1193b7a1bd Mon Sep 17 00:00:00 2001 From: Ivan Pirog Date: Thu, 12 May 2022 19:06:18 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f20d36..4ce375e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ --- [![Go Reference](https://pkg.go.dev/badge/github.com/ivanpirog/coloredcobra.svg)](https://pkg.go.dev/github.com/ivanpirog/coloredcobra) -[![Go Report Card](https://goreportcard.com/badge/github.com/ivanpirog/coloredcobra)](https://goreportcard.com/badge/github.com/ivanpirog/coloredcobra) +[![Go Report Card](https://goreportcard.com/badge/github.com/ivanpirog/coloredcobra)](https://goreportcard.com/report/github.com/ivanpirog/coloredcobra) **[Cobra](https://github.com/spf13/cobra)** library for creating powerful modern CLI doesn't support color settings for console output. `ColoredCobra` is a small library that allows you to colorize the text output of the Cobra library, making the console output look better.