From 94c4335adc873bd83c352c517806fa240246223f Mon Sep 17 00:00:00 2001 From: Vladislav Supalov Date: Sun, 6 Mar 2016 00:12:14 +0100 Subject: [PATCH] Update README.md A tiny typo in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2255c9b..c3d707e0 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Because `docopt` is doing a ton of work to parse your help messages and determin #### All else being equal, what are some reasons to use `clap`? -`clap` is as fast, and as lightweight as possible while still giving all the features you'd expect from a modern argument parser. In fact, for the amount and type of features `clap` offers it remains about as fast as `getopts`. If you use `clap` when just need some simple arguments parsed, you'll find its a walk in the park. `clap` also makes it possible to represent extremely complex, and advanced requirements, without too much thought. `clap` aims to be intuitive, easy to use, and fully capable for wide variety use cases and needs. +`clap` is as fast, and as lightweight as possible while still giving all the features you'd expect from a modern argument parser. In fact, for the amount and type of features `clap` offers it remains about as fast as `getopts`. If you use `clap` when just need some simple arguments parsed, you'll find it's a walk in the park. `clap` also makes it possible to represent extremely complex, and advanced requirements, without too much thought. `clap` aims to be intuitive, easy to use, and fully capable for wide variety use cases and needs. ## Features