Skip to content

Commit 4a6a44f

Browse files
Regenerate readme
1 parent 26f7868 commit 4a6a44f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

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

44
Scaffold WP-CLI commands with functional tests
55

6-
[![Build Status](https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master)](https://travis-ci.org/wp-cli/scaffold-package-command)
7-
[![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+
[![Build Status](https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master)](https://travis-ci.org/wp-cli/scaffold-package-command) [![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)
87

98
Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing)
109

@@ -28,7 +27,7 @@ Default behavior is to create the following files:
2827
- Test harness (via wp scaffold package-tests)
2928

3029
Unless specified with `--dir=<dir>`, the command package is placed in the
31-
WP-CLI package directory.
30+
WP-CLI `packages/local/` directory.
3231

3332
**OPTIONS**
3433

@@ -131,7 +130,7 @@ calling `behat`.
131130
The `features/bootstrap/FeatureContext.php` file expects the
132131
WP_CLI_BIN_DIR environment variable.
133132

134-
WP-CLI Behat framework uses Behat ~2.5.
133+
WP-CLI Behat framework uses Behat ~2.5, which is installed with Composer.
135134

136135
**OPTIONS**
137136

0 commit comments

Comments
 (0)