From c4817634d51dc2f3acfd836ad7a99a008696174d Mon Sep 17 00:00:00 2001 From: Renato Silva Date: Tue, 5 Jan 2016 18:20:11 -0200 Subject: [PATCH] Small typo fix in readme file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21b0a4..702e894 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # EasyOptions -EasyOptions allows you to write the help text for your program *only once*, and have the described options *automatically parsed* from command line into easily readable variables, *without complicated API*. EasyOptions was development after discontentment with the existing solutions for option parsing in Bash and Ruby. It was conceived with the following guidelines in mind: +EasyOptions allows you to write the help text for your program *only once*, and have the described options *automatically parsed* from command line into easily readable variables, *without complicated API*. EasyOptions was developed after discontentment with the existing solutions for option parsing in Bash and Ruby. It was conceived with the following guidelines in mind: * Avoid duplication of source code documentation, help text and options specification. * Have the option values parsed into easily readable variables.