summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jimmi Holst Christensen2022-02-22 19:19:25 +0100
committerGravatar Jimmi Holst Christensen2022-02-22 19:19:25 +0100
commit2d9da16aa3657d44cbc9b364c9e843d1c31408a8 (patch)
tree3598bbd00512eb5baa6da004ae7e42cd8005c3eb /README.md
parentUpdate package mod files to MIT (diff)
downloadzig-clap-2d9da16aa3657d44cbc9b364c9e843d1c31408a8.tar.gz
zig-clap-2d9da16aa3657d44cbc9b364c9e843d1c31408a8.tar.xz
zig-clap-2d9da16aa3657d44cbc9b364c9e843d1c31408a8.zip
Fix minor typos in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80d0e80..75b4b19 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
1<!---
2README.md is autogenerated. Please edit example/README.md.template instead.
3-->
1# zig-clap 4# zig-clap
2 5
3A simple and easy to use command line argument parser library for Zig. 6A simple and easy to use command line argument parser library for Zig.
@@ -165,7 +168,7 @@ pub fn main() !void {
165 168
166``` 169```
167 170
168Currently, this parse is the only parser that allow an array of `Param` tha 171Currently, this parser is the only parser that allows an array of `Param` that
169is generated at runtime. 172is generated at runtime.
170 173
171### `help` 174### `help`