From 48a97d8b322c25b1acbf467c7ad00670b5905b7a Mon Sep 17 00:00:00 2001 From: kimikage Date: Sat, 17 Oct 2020 10:21:30 +0900 Subject: [PATCH] Fix branch name in badges (#5) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4451876..752c010 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Docs Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://kimikage.github.io/AnsiColoredPrinters.jl/stable) [![Docs Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://kimikage.github.io/AnsiColoredPrinters.jl/dev) -[![Build Status](https://travis-ci.com/kimikage/AnsiColoredPrinters.jl.svg?branch=master)](https://travis-ci.com/kimikage/AnsiColoredPrinters.jl) -[![Codecov](https://codecov.io/gh/kimikage/AnsiColoredPrinters.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kimikage/AnsiColoredPrinters.jl) +[![Build Status](https://travis-ci.com/kimikage/AnsiColoredPrinters.jl.svg?branch=main)](https://travis-ci.com/kimikage/AnsiColoredPrinters.jl) +[![Codecov](https://codecov.io/gh/kimikage/AnsiColoredPrinters.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/kimikage/AnsiColoredPrinters.jl) AnsiColoredPrinters converts a UTF-8 text qualified by [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) to another -format. \ No newline at end of file +format.