From 52a0f5ace435414e953b31d03166a2c725aab4ad Mon Sep 17 00:00:00 2001 From: Pavel Belikov Date: Sat, 18 Nov 2017 12:34:14 +0300 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e369d2..f3a35d8 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ It: * Lets you decide not to allow separate-argument value flags or joined ones (like disallowing `--foo bar`, requiring `--foo=bar`, or the inverse, or the same for short options). -* Allows you to create subparsers, reusing arguments for multiple commands and - refactoring your command logic to function or lambda +* Allows you to create subparsers, to reuse arguments for multiple commands and + to refactor your command's logic to a function or lambda * Allows one value flag to take a specific number of values (like `--foo first second`, where --foo slurps both arguments). * Allows you to have value flags only optionally accept values -- cgit v1.2.1