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");