From c1504e3657b7ad6f1edc1c61e4d09c1e9e28dd15 Mon Sep 17 00:00:00 2001 From: Muhammad Ichsanul Fadhil <69036480+ichsanputr@users.noreply.github.com> Date: Sun, 6 Mar 2022 11:00:28 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e7c9d..26b40ad 100644 --- a/README.md +++ b/README.md @@ -611,7 +611,7 @@ Libraries to help manage database schemas and migrations. ### Command Line *Libraries related to the command line.* -* [PHP CLI](https://github.com/splitbrain/php-cli) - PHP library to build command line tools. +* [PHP CLI](https://github.com/splitbrain/php-cli) - PHP library to build command line tool. * [Aura.Cli](https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands. * [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL. * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.