diff --git a/README.md b/README.md index ed698b4..9a83ab5 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ Here's what's happening: $ compiler file1 file2 file3 ``` -For enable this, simply create an argument and mark it as `remaining`. All remaining arguments passed to argparse are gathered here. +To enable this, simply create an argument and mark it as `remaining`. All remaining arguments passed to argparse are gathered here. ```cpp argparse::ArgumentParser program("compiler");