diff --git a/README.md b/README.md index 5b9bc48..e701746 100644 --- a/README.md +++ b/README.md @@ -225,8 +225,8 @@ If an option argument is expected, it must be specified between `<` and `>` ```bash # @description Says hi to a given person. # @option -h A short option. -# @arg --value= A long option with argument. -# @arg -v | --value A long option with short option alternative. +# @option --value= A long option with argument. +# @option -v | --value A long option with short option alternative. say-hello() { ... }