aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.