diff --git a/README.md b/README.md index e116af4..9238480 100644 --- a/README.md +++ b/README.md @@ -20,11 +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 -* Compound arguments +Argparse supports a variety of argument types including positional arguments, optional arguments, toggle arguments and compound arguments. Here's an example of a positional argument: