Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-03-30 19:46:51 -04:00 committed by GitHub
parent fad02831be
commit b1a67c2aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Argument Parser # Argument Parser
## Simple Arguments ## Simple Optional Arguments
```cpp ```cpp
#include <argparse.hpp> #include <argparse.hpp>
@ -24,7 +24,7 @@ int main(int argc, char *argv[]) {
} }
``` ```
## Parsing a list of arguments ## List of arguments
```cpp ```cpp
#include <argparse.hpp> #include <argparse.hpp>