From f551d09c757ff8bc437009466a2e6b36192b08e1 Mon Sep 17 00:00:00 2001 From: Raphael Bottino Date: Thu, 10 Sep 2020 15:05:29 -0500 Subject: [PATCH] Fixing typo on command completion path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b62896..aa89265 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you installed with `--user` run: `source ~/.local/bin/thus_completer_bash.sh` If you installed thus globally run: -`source /usr/bin/thus_comleter_bash.sh` +`source /usr/bin/thus_completer_bash.sh` To enable this on every login, add the command to your `~/.bashrc` file.