From 5340a8b6ec94902d4868fc946900ac56fddc2b45 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 13 Apr 2020 01:12:29 +0200 Subject: [PATCH] Fix wording in README Before it sounded like the library would *use* (and not provide) these features. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b427ab0..f63d690 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Useful C++ classes and routines such as argument parser, IO and conversion utilities. ## Features -The library utilizes: +The library contains helpers for: * parsing command-line arguments and providing Bash completion - supports nested arguments