diff --git a/README.md b/README.md index c082c89..4d824a2 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ Here's what's happening: - ```-a``` and ```-b``` become true. - argv is further parsed to identify the inputs mapped to ```-c```. * Using ```-cab``` will throw an error since argparse expects two inputs for the argument ```-c```. -* Notice how argparse is able to quietly and peacefully return an std::vector when asked for it. ## Further Examples