summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--example/README.md.template5
2 files changed, 8 insertions, 2 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`
diff --git a/example/README.md.template b/example/README.md.template
index 127cd74..7f5c545 100644
--- a/example/README.md.template
+++ b/example/README.md.template
@@ -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.
@@ -57,7 +60,7 @@ The `StreamingClap` is the base of all the other parsers. It's a streaming parse
57{s} 60{s}
58``` 61```
59 62
60Currently, this parse is the only parser that allow an array of `Param` tha 63Currently, this parser is the only parser that allows an array of `Param` that
61is generated at runtime. 64is generated at runtime.
62 65
63### `help` 66### `help`