aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-03-18 11:52:00 -0700
committerkatherine <shmibs@shmibbles.me>2018-03-18 11:52:00 -0700
commit37332b77909844642c924972ea53382c4a24289c (patch)
tree11f0d85e041822cdc032aacf1307b669ee6bd492 /README.md
parent9b5638459d14a7375471ae98d8bd67b89e00444c (diff)
downloadsimple-opt-37332b77909844642c924972ea53382c4a24289c.tar.gz
typo
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 ccde6d9..3356e99 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ simple-opt
==========
[simple-opt.h](src/simple-opt.h) is a single header file which implements a
-simple, flexible and portable version of command line option parsing for
+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.