diff options
| author | 2022-02-22 19:19:25 +0100 | |
|---|---|---|
| committer | 2022-02-22 19:19:25 +0100 | |
| commit | 2d9da16aa3657d44cbc9b364c9e843d1c31408a8 (patch) | |
| tree | 3598bbd00512eb5baa6da004ae7e42cd8005c3eb /example | |
| parent | Update package mod files to MIT (diff) | |
| download | zig-clap-2d9da16aa3657d44cbc9b364c9e843d1c31408a8.tar.gz zig-clap-2d9da16aa3657d44cbc9b364c9e843d1c31408a8.tar.xz zig-clap-2d9da16aa3657d44cbc9b364c9e843d1c31408a8.zip | |
Fix minor typos in README.md
Diffstat (limited to 'example')
| -rw-r--r-- | example/README.md.template | 5 |
1 files changed, 4 insertions, 1 deletions
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 | <!--- | ||
| 2 | README.md is autogenerated. Please edit example/README.md.template instead. | ||
| 3 | --> | ||
| 1 | # zig-clap | 4 | # zig-clap |
| 2 | 5 | ||
| 3 | A simple and easy to use command line argument parser library for Zig. | 6 | A 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 | ||
| 60 | Currently, this parse is the only parser that allow an array of `Param` tha | 63 | Currently, this parser is the only parser that allows an array of `Param` that |
| 61 | is generated at runtime. | 64 | is generated at runtime. |
| 62 | 65 | ||
| 63 | ### `help` | 66 | ### `help` |