Skip to content

Commit 98c3088

Browse files
committed
Corrected a typo in the README
1 parent 1cc4938 commit 98c3088

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
@@ -169,8 +169,8 @@ The order the arguments are passed on the command line makes a difference
169169
### Examples
170170

171171
* Calling `my-script.sh -f first -f last` will cause `argValue "f"` to return the value `last`
172-
* Calling `my-script.sh -g 345 -g` will mean cause `argValue "g"` to return nothing
173-
* Calling `my-script.sh --size 512 --size=1024` will mean cause `argValue "size"` to return `1024`
172+
* Calling `my-script.sh -g 345 -g` will cause `argValue "g"` to return nothing
173+
* Calling `my-script.sh --size 512 --size=1024` will cause `argValue "size"` to return `1024`
174174

175175
## Debug Mode
176176

0 commit comments

Comments
 (0)