aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-03-21 23:15:58 -0700
committerkatherine <shmibs@shmibbles.me>2018-03-21 23:15:58 -0700
commit9e843b2dda247b5e61d168a77bf93afa3f0e78db (patch)
tree75bf47fc044e4ca7efd85687eaba4d5882e5ef21 /README.md
parentd2043c1d4cc0a1ec2d7c4b2ed7f9b6d529514172 (diff)
downloadsimple-opt-9e843b2dda247b5e61d168a77bf93afa3f0e78db.tar.gz
resolve some pedantic warnings
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 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.