From 5e283ae643a9c2bed39f16574bdd879212105566 Mon Sep 17 00:00:00 2001 From: Yada Clintjens Date: Tue, 19 Mar 2024 11:03:16 +0100 Subject: [PATCH] Improve documentation --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 95e19c2..d974901 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 +