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 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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` -- cgit v1.2.3