From b394f196aaf631132745d248e35bab2604352db7 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Mon, 24 May 2021 13:43:34 +0200 Subject: [PATCH] Update status badge --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12e9933..6bb019b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Alphabets -[![CI status](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml/badge.svg)](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml) +[![CI](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml) A tiny JS dependency (<800 bytes!) which exports many alphabets for many use cases. diff --git a/docs/index.md b/docs/index.md index 856f141..eb91af1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ title: Alphabets A tiny JS dependency (<800 bytes!) which exports many alphabets for many use cases. -[![CI status](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml/badge.svg)](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml) +[![CI](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml) ## Why would I use this?