From 5abf8fd15fc5afa979fbdc9ffcf12875fd93426a Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 28 Jan 2016 23:11:57 +0000 Subject: [PATCH] Tweak description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57d49ee..4972120 100644 --- a/README.md +++ b/README.md @@ -524,7 +524,7 @@ Libraries to help manage database schemas and migrations. * [Shunt](https://github.com/thephpleague/shunt) - A library for running commands in parallel on multiple remote machines. * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools. * [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting. -* [CLI Menu](https://github.com/php-school/cli-menu) - A library for building beautiful CLI menus with an expressive DSL. +* [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus. ## Authentication and Authorization *Libraries for implementing user authentication and authorization.*