Skip to content

Commit c365149

Browse files
committed
examples readme update
1 parent dfdc71c commit c365149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each of these examples demonstrates one aspect or feature of bashly.
2525
- [extensible](extensible#readme) - letting your script's users extend the script
2626
- [extensible-delegate](extensible-delegate#readme) - extending your script by delegating commands to an external executable
2727
- [whitelist](whitelist#readme) - arguments and flags with a predefined allowed list of values
28-
- [repeatable-arg](repeatable-arg#readme) - allowing args to be provided multiple times
28+
- [repeatable-arg](repeatable-arg#readme) - allowing arguments to be provided multiple times
2929
- [repeatable-flag](repeatable-flag#readme) - allowing flags to be provided multiple times
3030
- [conflicts](conflicts#readme) - defining mutually exclusive flags
3131
- [command-private](command-private#readme) - hiding commands from the command list

0 commit comments

Comments
 (0)