Skip to content

Commit a7294a5

Browse files
authored
Merge pull request #273 from wp-cli/regenerate-readme
2 parents 51cbbd9 + 8f285b9 commit a7294a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ wp-cli/scaffold-package-command
33

44
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
55

6-
[![Testing](https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml) [![CircleCI](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master.svg?style=svg)](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master)
6+
[![Testing](https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml) [![CircleCI](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/main.svg?style=svg)](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/main)
77

88
Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)
99

@@ -316,7 +316,7 @@ wp package install wp-cli/scaffold-package-command:@stable
316316
To install the latest development version of this package, use the following command instead:
317317

318318
```bash
319-
wp package install wp-cli/scaffold-package-command:dev-master
319+
wp package install wp-cli/scaffold-package-command:dev-main
320320
```
321321

322322
## Contributing

0 commit comments

Comments
 (0)