Skip to content

Commit

Permalink
Fix badge for README
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Aug 2, 2024
1 parent 6656219 commit a43f062
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a43f062

Please sign in to comment.