From c95835acf8c8a9b22e8caa55e5583d5bbb8afe5e Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Thu, 21 Nov 2019 08:37:47 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");