From acd9e02d7747e5503d22664da0533a64e47ef80e Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 1 Apr 2019 19:56:25 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1e213..8da9752 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ auto files = program.get>("--input_files"); // {"confi auto files = program.get>("--input_files"); // {"config.yml", "System.xml"} ``` -Using ```.action```, one can quickly build a list of custom objects from command line arguments. Here's an example: +Using ```.action```, one can quickly build a list of desired value types from command line arguments. Here's an example: ```cpp argparse::ArgumentParser program("main");