summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4879b4e..f4c3766 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
1# zig-clap 1# zig-clap
2 2
3A simple and easy to use command line argument parser library for Zig. 3A simple and easy to use command line argument parser library for Zig.
4It's ment as a thin layer of abstraction over parsing arguments. Users 4It's ment as a thin layer of abstraction over parsing arguments which allows
5can then build on top to parse arguments into their own data structures. 5for further abstraction on top, such as filling in a `HashMap`.
6 6
7## Features 7## Features
8 8