diff --git a/README.md b/README.md index f468a85..d69cc8d 100644 --- a/README.md +++ b/README.md @@ -807,7 +807,7 @@ For empirical data on the subject checkout [this article](https://pkolaczk.githu `--completions` is used to generate auto-completions for common shells so that the `tab` key can attempt to complete your command or give you hints; where you place the output highly depends on your shell as well as your setup. In my environment where I use `zshell` with `oh-my-zsh`, I would install completions like so: ``` -$ et --completions zsh > ~/.oh-my-zsh/completions/_erd +$ erd --completions zsh > ~/.oh-my-zsh/completions/_erd $ source ~/.zshrc ```