Skip to content

Commit aea796a

Browse files
committed
update ini example readme
1 parent 08faa94 commit aea796a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/ini/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ This example was generated with:
77
```bash
88
$ bashly init
99
# ... now edit src/bashly.yml to match the example ...
10-
$ bashly add config
10+
$ bashly add ini
1111
$ bashly generate
1212
# ... now edit all files in the src folder ...
1313
$ bashly generate
1414
```
1515

16-
Running the `bashly add config` command simply added the
17-
[src/lib/config.sh](src/lib/config.sh) file, which includes functions for
16+
Running the `bashly add ini` command simply added the
17+
[src/lib/ini.sh](src/lib/ini.sh) file, which includes functions for
1818
reading and writing values from an INI file.
1919

2020
See the files in the [src](src) folder for usage examples.
2121

22-
<!-- include: config.ini src/get_command.sh src/list_command.sh src/set_command.sh -->
22+
<!-- include: config.ini src/get_command.sh src/list_command.sh src/set_command.sh src/del_command.sh -->
2323

2424
-----
2525

0 commit comments

Comments
 (0)