Skip to content

Commit 150e8b0

Browse files
committed
change example order
1 parent 9880579 commit 150e8b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ Each of these examples demonstrates one aspect or feature of bashly.
4747
- [docker-like](docker-like#readme) - a sample script with deep commands (like `docker container run`)
4848
- [git-like](git-like#readme) - a sample script with sub-commands similar to git
4949

50-
## Other Examples
51-
52-
- [heredoc](heredoc#readme) - using heredoc strings
53-
5450
## Bashly library features
5551

5652
- [config-ini](config-ini#readme) - using the config (INI) functions
5753
- [colors](colors#readme) - using the color print feature
5854
- [yaml](yaml#readme) - using the YAML reading functions
5955
- [completions](completions#readme) - adding bash completion functionality
6056
- [validations](validations#readme) - adding argument validation functions
57+
58+
## Other Examples
59+
60+
- [heredoc](heredoc#readme) - using heredoc strings

0 commit comments

Comments
 (0)