From 94fb09ff5747cb49d06a99fe6f967cc09e534da5 Mon Sep 17 00:00:00 2001 From: Chin Leung Date: Mon, 18 Nov 2024 19:49:51 -0500 Subject: [PATCH] Fixed the badges in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ea85d4..f1730bc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Laravel Multilingual Routes [![Latest Version on Packagist](https://img.shields.io/packagist/v/chinleung/laravel-multilingual-routes.svg?style=flat-square)](https://packagist.org/packages/chinleung/laravel-multilingual-routes) -[![Build Status](https://github.com/chinleung/laravel-multilingual-routes/workflows/tests/badge.svg?branch=v2)](https://github.com/chinleung/laravel-multilingual-routes/actions?query=workflow%3Atests) -[![Quality Score](https://img.shields.io/scrutinizer/g/chinleung/laravel-multilingual-routes.svg?style=flat-square)](https://scrutinizer-ci.com/g/chinleung/laravel-multilingual-routes) +[![Build Status](https://github.com/chinleung/laravel-multilingual-routes/workflows/tests/badge.svg)](https://github.com/chinleung/laravel-multilingual-routes/actions/workflows/tests.yml) [![Total Downloads](https://img.shields.io/packagist/dt/chinleung/laravel-multilingual-routes.svg?style=flat-square)](https://packagist.org/packages/chinleung/laravel-multilingual-routes) A package to register multilingual routes for your application.