diff --git a/README.md b/README.md index 2b0957a..ebaa03f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Here's what's happening: ### Optional Arguments -Now, let's look at ***optional arguments***. Optional arguments start with ```-``` or ```--```, e.g., "--verbose" or "-a". Optional arguments can be placed anywhere in the input sequence. +Now, let's look at ***optional arguments***. Optional arguments start with ```-``` or ```--```, e.g., ```--verbose``` or ```-a```. Optional arguments can be placed anywhere in the input sequence. ```cpp