From 5b9982bb7b9d68a75ab048a0caff87e9472d880a Mon Sep 17 00:00:00 2001 From: Jacob Rice <122581217+jacobr130@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:00:33 -0600 Subject: [PATCH] Fix typo (#120) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ae293..e4f47f9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu ## Books and Resources - [The Bash-Hackers Wiki](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/) - Human-readable documentation of any kind about GNU Bash. -- [Bash beginner's mistakes](https://web.archive.org/web/20230330234404/https://wiki.bash-hackers.org/scripting/newbie_traps) - List of Bash beginne mistakes (by the Bash-Hackers Wiki). +- [Bash beginner's mistakes](https://web.archive.org/web/20230330234404/https://wiki.bash-hackers.org/scripting/newbie_traps) - List of Bash beginner mistakes (by the Bash-Hackers Wiki). - [Bash Guide](http://mywiki.wooledge.org/BashGuide) - A bash guide for beginners (by Lhunath). - [Bash FAQ](http://mywiki.wooledge.org/BashFAQ) - Answers most of your questions (by Lhunath). - [Bash Pitfalls](http://mywiki.wooledge.org/BashPitfalls) - Lists the common pitfalls beginners fall into, and how to avoid them.