diff options
author | Mike Smith <10135646+mikesmithgh@users.noreply.github.com> | 2023-11-15 10:29:08 -0500 |
---|---|---|
committer | Mike Smith <10135646+mikesmithgh@users.noreply.github.com> | 2023-11-15 10:29:08 -0500 |
commit | 3c0ddeb407f41d2e4b41b1ac44a23913ff692123 (patch) | |
tree | 15f85a5c0b4bc6704610801933d3b9f151d98d8b | |
parent | 393baea184981fc8660aaf32cb80406021d43ed6 (diff) |
docs: fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |