From fd884c340cb660c547df7981c1cc052ad50703b1 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Sun, 31 Mar 2019 17:53:40 -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 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