Skip to content

Commit 711194d

Browse files
committed
readme update
1 parent a1c8e09 commit 711194d

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
@@ -66,13 +66,13 @@ Bashly is responsible for:
6666
- Standard flags (like **--help** and **--version**).
6767
- Preventing your script from running unless the command line is valid.
6868
- Providing you with a place to input your code for each of the functions your tool performs, and merging it back to the final script.
69-
- Providing you with the ability to render markdown or man documentation for your script.
7069
- Providing you with additional (optional) framework-style, standard library functions:
7170
- **Color output**.
7271
- **Config file management** (INI format).
7372
- **YAML parsing**.
7473
- **Bash completions**.
75-
- and more.
74+
- *and more*.
75+
- Auto-generating **markdown and man page documentation** for your script.
7676

7777
## Contributing / Support
7878

0 commit comments

Comments
 (0)