aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-11 20:48:38 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-11 20:48:38 -0600
commitc54a4dad3154a6986c5f5f5016b7b3492730ec17 (patch)
tree45a455d996ac9be0e0af5ab7a0d47181d10e495c /README.md
parentfix documentation (diff)
downloadargs.hxx-c54a4dad3154a6986c5f5f5016b7b3492730ec17.tar.xz
fix readme4.1.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bda7b50..4ce95de 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![build status](https://gitgud.io/Taywee/args/badges/master/build.svg)](https://gitgud.io/Taywee/args/commits/master)
A simple, small, flexible, single-header C++11 argument parsing library, in
-about 1K lines of code.
+fewer than 2K lines of code.
This is designed to appear somewhat similar to Python's argparse, but in C++,
with static type checking, and hopefully a lot faster (also allowing fully