From 5d27381d29c6826c8d38d237e8fe244864cade01 Mon Sep 17 00:00:00 2001 From: Marco Biedermann <5244986+marcobiedermann@users.noreply.github.com.> Date: Thu, 24 Oct 2024 11:38:44 +0200 Subject: [PATCH] docs: Badges Fix badges in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e5cdc36..7c12b7f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Codewars [![Codewars Badge](https://www.codewars.com/users/marcobiedermann/badges/micro)](https://www.codewars.com/users/marcobiedermann) -[![codecov](https://img.shields.io/codecov/c/gh/marcobiedermann/codewars)](https://codecov.io/gh/marcobiedermann/codewars) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/marcobiedermann/codewars/CI)](https://github.com/marcobiedermann/codewars/actions/workflows/ci.yml) +![Codecov](https://img.shields.io/codecov/c/gh/marcobiedermann/codewars) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/marcobiedermann/codewars/ci.yml) My attempt of solving [Codewars](https://www.codewars.com/) Katas in JavaScript.