summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenji Nguyen <45523555+solidiquis@users.noreply.github.com>2024-03-26 14:56:29 -0700
committerGitHub <noreply@github.com>2024-03-26 14:56:29 -0700
commit77199d97c3f14cfaf66a3c0c54c06d1f28d7e7ca (patch)
tree68173fd1b320961b9f0a5ec528ab8fffe5cc2bf8
parentea26c0e5961f055db0bad281455edc6f429d5699 (diff)
parent3c0ddeb407f41d2e4b41b1ac44a23913ff692123 (diff)
Merge pull request #245 from mikesmithgh/typoHEADmaster
docs: fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```