From 2d9da16aa3657d44cbc9b364c9e843d1c31408a8 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Tue, 22 Feb 2022 19:19:25 +0100 Subject: Fix minor typos in README.md --- README.md | 5 ++++- example/README.md.template | 5 ++++- 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 @@ + # zig-clap A simple and easy to use command line argument parser library for Zig. @@ -165,7 +168,7 @@ pub fn main() !void { ``` -Currently, this parse is the only parser that allow an array of `Param` tha +Currently, this parser is the only parser that allows an array of `Param` that is generated at runtime. ### `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 @@ + # zig-clap 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 {s} ``` -Currently, this parse is the only parser that allow an array of `Param` tha +Currently, this parser is the only parser that allows an array of `Param` that is generated at runtime. ### `help` -- cgit v1.2.3