diff --git a/README.md b/README.md index 95e19c2..37a6589 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clue/arguments -[![CI status](https://github.com/clue/arguments/workflows/CI/badge.svg)](https://github.com/clue/arguments/actions) +[![CI status](https://github.com/clue/arguments/actions/workflows/ci.yml/badge.svg)](https://github.com/clue/arguments/actions) [![installs on Packagist](https://img.shields.io/packagist/dt/clue/arguments?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/arguments) The simple way to split your command line string into an array of command arguments in PHP. @@ -45,6 +45,10 @@ command line from user input (via `STDIN`) and then executes some very simple demo commands: ```php +