From ca02a5bccdd9da0b417cdc404f60c00fb57151d4 Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Fri, 18 Oct 2019 18:24:12 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f2f2b..c1b286c 100644 --- a/README.md +++ b/README.md @@ -2190,7 +2190,7 @@ hostnamectl set-hostname "mynode" [[back to top](#handy-bash-one-liners)] ##### Bash auto-complete (e.g. show options "now tomorrow never" when you press'tab' after typing "dothis") -[More examplesl](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html) +[More examples](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html) ```bash complete -W "now tomorrow never" dothis # ~$ dothis