Skip to content

Commit 45d1064

Browse files
authored
chore: formatting
Updated links in the README for better formatting.
1 parent 076a31e commit 45d1064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A simple Rust App to run stored shell commands from a config (Commands.json) fil
44

55
This is a simple app I wrote to help learn Rust and also to give me a framework for my daily CLI workflow. It tracks completion of each command and execution.
66

7-
Commands are stored in a cli_menu_cmd.json JSON file located at your OS-Appropriate data folder using rust Directories config_dir(<https://docs.rs/directories/latest/directories/struct.BaseDirs.html>)
7+
Commands are stored in a cli_menu_cmd.json JSON file located at your OS-Appropriate data folder using rust [Directories config_dir](<https://docs.rs/directories/latest/directories/struct.BaseDirs.html>)
88

9-
*Most of the initial credit goes to ChatGPT which wrote most of the code. Thanks to @Scott Pack for his talk at BSides 2023 (<https://www.youtube.com/watch?v=b_pkz4kDfq0>) which helped set the stage
9+
*Most of the initial credit goes to ChatGPT which wrote most of the code. Thanks to @Scott Pack for his talk at [BSides 2023] (<https://www.youtube.com/watch?v=b_pkz4kDfq0>) which helped set the stage
1010

1111
Sound Effects credit Pixabay
1212
<https://pixabay.com/sound-effects/whoosh-6316/>

0 commit comments

Comments
 (0)