From 34128a32009e1b41c4615bcd7d4c39968931e9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Thu, 16 Mar 2023 13:59:21 +0800 Subject: [PATCH] Fix badge broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 364939e4..4ac8698e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ FastRoute - Fast request router for PHP ======================================= -[![Build Status](https://img.shields.io/github/workflow/status/nikic/FastRoute/PHPUnit%20tests/master?style=flat-square)](https://github.com/nikic/FastRoute/actions?query=workflow%3A%22PHPUnit%20Tests%22+branch%3Amaster) +[![Build Status](https://img.shields.io/github/actions/workflow/status/nikic/FastRoute/phpunit.yml?branch=master&style=flat-square)](https://github.com/nikic/FastRoute/actions?query=workflow%3A%22PHPUnit%20Tests%22+branch%3Amaster) This library provides a fast implementation of a regular expression based router. [Blog post explaining how the implementation works and why it is fast.][blog_post]