From 9e843b2dda247b5e61d168a77bf93afa3f0e78db Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 21 Mar 2018 23:15:58 -0700 Subject: resolve some pedantic warnings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d0dfe9..9c51045 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ simple-opt simple, flexible, and portable version of command line option parsing for programs written in C. it is designed to be (hopefully) intuitive while also being (hopefully) more powerful than traditional getopt or similar. it has no -dependencies outside the standard library and is C99 compatible. +dependencies outside the standard library. what follows is a simple example usage. refer to [interface.md](doc/interface.md) for more detail. -- cgit v1.2.3