Skip to content

Commit 44f0066

Browse files
committed
update examples readme
1 parent e0b1e43 commit 44f0066

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ Each of these examples demonstrates one aspect or feature of bashly.
5858

5959
## Bashly library features
6060

61-
- [config-ini](config-ini#readme) - using the config (INI) functions
62-
- [colors](colors#readme) - using the color print feature
61+
- [config](config#readme) - using the config functions
62+
- [ini](ini#readme) - using the INI handling functions
6363
- [yaml](yaml#readme) - using the YAML reading functions
64+
- [colors](colors#readme) - using the color print feature
6465
- [completions](completions#readme) - adding bash completion functionality
6566
- [validations](validations#readme) - adding argument validation functions
6667
- [hooks](hooks#readme) - adding before/after hooks

0 commit comments

Comments
 (0)