diff --git a/README.md b/README.md index 56ab896..87338a3 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Here's what's happening: * 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. -## Examples +## Further Examples ### Construct a JSON object from a filename argument