Skip to content

Commit 92e6abe

Browse files
Copilotswissspidy
andcommitted
Update README.md with phpcs.xml.dist documentation
Co-authored-by: swissspidy <[email protected]>
1 parent adee071 commit 92e6abe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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/main.svg?style=svg)](https://circleci.com/gh/wp-cli/scaffold-package-command/tree/main)
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)
77

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

@@ -22,7 +22,7 @@ wp scaffold package <name> [--description=<description>] [--homepage=<homepage>]
2222
Default behavior is to create the following files:
2323
- command.php
2424
- composer.json (with package name, description, and license)
25-
- .gitignore, .editorconfig, and .distignore
25+
- .gitignore, .editorconfig, .distignore, and phpcs.xml.dist
2626
- README.md (via wp scaffold package-readme)
2727
- Test harness (via wp scaffold package-tests)
2828

@@ -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-main
319+
wp package install wp-cli/scaffold-package-command:dev-master
320320
```
321321

322322
## Contributing

0 commit comments

Comments
 (0)