From f9d276e124764bfe341da45a60c1a8f7ec9c1838 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 27 May 2019 12:16:32 +0300 Subject: [PATCH] Fix plurality in the CLI apps description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5541e0b..544c087 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Command-line Interface Development -*Libraries for building command-line application.* +*Libraries for building command-line applications.* * Command-line Application Development * [cement](http://builtoncement.com/) - CLI Application Framework for Python.