Update README.md

This commit is contained in:
Jimmi Holst Christensen 2018-12-16 13:23:40 +01:00 committed by GitHub
parent d0005fab61
commit 7800f4e224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ A simple and easy to use command line argument parser library for Zig.
### `StreamingClap`
The `StreamingClap` is base of all the other parsers. It's a streaming parser that uses an
The `StreamingClap` is the base of all the other parsers. It's a streaming parser that uses an
`args.Iterator` to provide it with arguments lazily.
```rust
@ -106,7 +106,7 @@ zig-clap/example/comptime-clap.zig:41:18: note: called from here
^
```
Ofc, this limits you to use only parameters that are comptime known.
Ofc, this limits you to parameters that are comptime known.
### `help`