Skip to content

Commit 00df3a4

Browse files
Regenerate README file - 2026-03-03 (#228)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 985563f commit 00df3a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Learn how to create your own command from the
3535
| wp-cli/server-command | Daniel Bachhuber | dev-main | available | 2.x-dev |
3636
+-----------------------+------------------+----------+-----------+----------------+
3737

38-
# Install the latest development version of the package.
38+
# Install the latest stable version of the package.
3939
$ wp package install wp-cli/server-command
40-
Installing package wp-cli/server-command (dev-main)
40+
Installing package wp-cli/server-command (^2.0)
4141
Updating /home/person/.wp-cli/packages/composer.json to require the package...
4242
Using Composer to install the package...
4343
---
@@ -237,10 +237,10 @@ for future authorization requests.
237237

238238
**EXAMPLES**
239239

240-
# Install a package hosted at a git URL.
240+
# Install the latest stable version of a package.
241241
$ wp package install runcommand/hook
242242

243-
# Install the latest stable version.
243+
# Install the latest stable version (explicitly specified).
244244
$ wp package install wp-cli/server-command:@stable
245245

246246
# Install a package hosted at a GitLab.com URL.

0 commit comments

Comments
 (0)