diff --git a/machine/completion.md b/machine/completion.md index 4dfaa0f9f8..e91da37702 100644 --- a/machine/completion.md +++ b/machine/completion.md @@ -35,7 +35,7 @@ Completion is available upon next login. ### Zsh -Place the completion script in your a `completion` file within the ZSH +Place the completion script in a `completion` directory within the ZSH configuration directory, such as `~/.zsh/completion/`. ```shell @@ -43,7 +43,7 @@ mkdir -p ~/.zsh/completion curl -L https://raw.githubusercontent.com/docker/machine/v{{site.machine_version}}/contrib/completion/zsh/_docker-machine > ~/.zsh/completion/_docker-machine ``` -Include the directory in your `$fpath`, by adding a like the following to the +Include the directory in your `$fpath`, by adding a line like the following to the `~/.zshrc` configuration file. ```shell