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