aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a9cf1d8..ccde6d9 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
simple-opt
==========
-simple-opt.h is a single header file which implements a 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.
+[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
+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.
what follows is a simple example usage. refer to
[interface.md](doc/interface.md) for more detail.