Skip to content

Commit 552c44d

Browse files
committed
update
1 parent ada13a1 commit 552c44d

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
@@ -40,9 +40,9 @@ a [docker image](https://hub.docker.com/r/dannyben/bashly).
4040
file for you ([example](https://github.com/DannyBen/bashly/tree/master/examples/minimal#bashlyyml)).
4141
2. Bashly then automatically generates a bash script (when you run
4242
`bashly generate`) that can parse and validate user input, provide help
43-
messages, and run your code for each command.
43+
messages, and run your code for each command ([example](https://github.com/DannyBen/bashly/blob/master/examples/minimal/download)).
4444
3. Your code for each command is kept in a separate file, and can be merged
45-
again if you change it.
45+
again if you change it ([example](https://github.com/DannyBen/bashly/blob/master/examples/minimal/src/root_command.sh)).
4646

4747
## Features
4848

0 commit comments

Comments
 (0)