Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-03-31 17:53:40 -04:00 committed by GitHub
parent ea5fdb49c8
commit fd884c340c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<float> when asked for it.
## Examples
## Further Examples
### Construct a JSON object from a filename argument