diff --git a/README.md b/README.md
index ded7d80..24532e9 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,12 @@ For ease of use add the folder (such as /sh) to your $PATH. You can also:
[Minimal Bash Template](https://betterdev.blog/minimal-safe-bash-script-template/)
[Awesome Cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets/)
[Rehan Saeed - Bash Cheat Sheet](https://github.com/RehanSaeed/Bash-Cheat-Sheet/blob/main/README.md)
-[Bash-hackers wiki](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/) _(bash-hackers.org)_
-[Shell vars](https://web.archive.org/web/20230318164746/https://wiki.bash-hackers.org/syntax/shellvars) _(bash-hackers.org)_
-[Learn bash in y minutes](https://learnxinyminutes.com/docs/bash/) _(learnxinyminutes.com)_
-[Bash Guide](http://mywiki.wooledge.org/BashGuide) _(mywiki.wooledge.org)_
-[ShellCheck](https://www.shellcheck.net/) _(shellcheck.net)_
+[Bash-hackers wiki](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/)
+[Shell vars](https://web.archive.org/web/20230318164746/https://wiki.bash-hackers.org/syntax/shellvars)
+[Learn bash in y minutes](https://learnxinyminutes.com/docs/bash/)
+[Bash Guide](http://mywiki.wooledge.org/BashGuide)
+[ShellCheck](https://www.shellcheck.net/)
+[Command line Refrence](https://ss64.com/)
## Cheatsheets
Sourced from above and compiled in to one cheatsheet.md in the repo.