From aaadcc9d383e311b30d7c8cc486f84cb876e717f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Mar 2026 09:33:01 +0000 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8d3185..00522a7 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ Shell completion scripts are available for *bash*, *zsh*, and *fish*, you can fi #### Bash -Save the script in a completion directory of your choice. +Save the script in a completions directory of your choice. ```console cp -v ./completions/_slobs-cli.bash ~/.completions/_slobs-cli @@ -366,7 +366,7 @@ exec "$SHELL" #### Zsh -Save the script in a completion directory of your choice. +Save the script in a completions directory of your choice. ```console cp -v ./completions/_slobs-cli.zsh ~/.completions/_slobs-cli