diff --git a/README.md b/README.md index bc3372b..600a87e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,8 @@ Here's what's happening: Compound arguments are optional arguments that are combined and provided as a single argument. Example: ```ps -aux``` -Here are three optional arguments ```-a```, ```-b``` and ```-c```. ```-c``` requires 2 floating point numbers from the command-line. ```-a``` and ```-b``` are toggle arguments. +* Here are three optional arguments ```-a```, ```-b``` and ```-c```. +* ```-c``` requires 2 floating point numbers from the command-line. ```-a``` and ```-b``` are toggle arguments. ```cpp argparse::ArgumentParser program("test");