From 8e3f388548fc6b835bcaa7f559d432fc5a409f0d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 31 Jul 2020 02:54:07 +0300 Subject: [PATCH] doc Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b06ca00..99adf3f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ $ ./script.js --help Let us populate the option definitions splitting the job into sections. -And start by creating a parser... +Start by creating a parser... ```javascript var parser = argv.Parser({ ```