Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit c0ac9ef

Browse files
Merge pull request wp-cli#74 from rodrigoprimo/patch-1
Fix examples paths in README.md
2 parents edead86 + b3a879f commit c0ac9ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ Argument parsing uses a simple framework for taking a list of command line argum
6565
usually straight from `$_SERVER['argv']`, and parses the input against a set of
6666
defined rules.
6767

68-
Check `example_args.php` for an example.
68+
Check `examples/arguments.php` for an example.
6969

7070
Usage
7171
-----
7272

73-
See `example.php` for examples.
73+
See `examples/` directory for examples.
7474

7575

7676
Todo

0 commit comments

Comments
 (0)