Skip to content

Commit 8aabf8f

Browse files
authored
make it better in README.md
1 parent b4183e8 commit 8aabf8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ type Options struct {
150150
```
151151

152152
You can Set `Required` to let it know if it should ask for arguments.
153-
Or you can set `Validata` as a lambda function to make it know while value is valid.
153+
Or you can set `Validate` as a lambda function to make it know while value is valid.
154154
Or you can set `Help` for your beautiful help document.
155-
Or you can set `Default` will set the default value if user do not give your programme a value.
155+
Or you can set `Default` will set the default value if user does not provide a value.
156156

157157
Example:
158158
```

0 commit comments

Comments
 (0)