From cdfc45c253684c7accb9a6d2760ebbe7330c5bea Mon Sep 17 00:00:00 2001 From: Valkryst Date: Wed, 27 Sep 2023 11:07:14 -0300 Subject: [PATCH] Fix issue where README was using badges from another project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5472c40..feeb6e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Java CI with Maven](https://github.com/Valkryst/Valerie/actions/workflows/maven.yml/badge.svg)](https://github.com/Valkryst/Valerie/actions/workflows/maven.yml) -[![CodeQL](https://github.com/Valkryst/Valerie/actions/workflows/codeql.yml/badge.svg)](https://github.com/Valkryst/Valerie/actions/workflows/codeql.yml) +[![Java CI with Maven](https://github.com/Valkryst/VCodeLanguageDetection/actions/workflows/maven.yml/badge.svg)](https://github.com/Valkryst/VCodeLanguageDetection/actions/workflows/maven.yml) +[![CodeQL](https://github.com/Valkryst/VCodeLanguageDetection/actions/workflows/codeql.yml/badge.svg)](https://github.com/Valkryst/VCodeLanguageDetection/actions/workflows/codeql.yml) This is a lightweight library that allows users to automatically detect the coding language of an input text.