From a43f0623385f632a7a621cef504ea51910ab7dc3 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 2 Aug 2024 17:30:01 -0400 Subject: [PATCH] Fix badge for README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab52e35a..f98f21d2 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,13 @@ Requires PHP: 8.1 License: GPL v2 or later -[![Coding Standards](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/coding-standards.yml) -[![Testing Suite](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/unit-test.yml/badge.svg)](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/unit-test.yml) +[![Testing Suite](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/all-pr-tests.yml/badge.svg)](https://github.com/alleyinteractive/create-wordpress-plugin/actions/workflows/all-pr-tests.yml) A skeleton WordPress plugin. ## Installation -You can install the package via composer: +You can install the package via Composer: ```bash composer require alleyinteractive/create-wordpress-plugin