diff --git a/README.md b/README.md index 87338a3..c082c89 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To start parsing command-line arguments, create an ```ArgumentParser```. argparse::ArgumentParser program("program name"); ``` -Argparse supports a variety of argument types including positional arguments, optional arguments, toggle arguments and compound arguments. +Argparse supports a variety of argument types including positional, optional, and compound arguments. ### Positional Arguments