diff options
| author | 2022-02-22 19:19:25 +0100 | |
|---|---|---|
| committer | 2022-02-22 19:19:25 +0100 | |
| commit | 2d9da16aa3657d44cbc9b364c9e843d1c31408a8 (patch) | |
| tree | 3598bbd00512eb5baa6da004ae7e42cd8005c3eb /README.md | |
| 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 '')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -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. |
| @@ -165,7 +168,7 @@ pub fn main() !void { | |||
| 165 | 168 | ||
| 166 | ``` | 169 | ``` |
| 167 | 170 | ||
| 168 | Currently, this parse is the only parser that allow an array of `Param` tha | 171 | Currently, this parser is the only parser that allows an array of `Param` that |
| 169 | is generated at runtime. | 172 | is generated at runtime. |
| 170 | 173 | ||
| 171 | ### `help` | 174 | ### `help` |