Skip to content

Commit 3c0ddeb

Browse files
committed
docs: fix typo
1 parent 393baea commit 3c0ddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ For empirical data on the subject checkout [this article](https://pkolaczk.githu
807807
`--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:
808808

809809
```
810-
$ et --completions zsh > ~/.oh-my-zsh/completions/_erd
810+
$ erd --completions zsh > ~/.oh-my-zsh/completions/_erd
811811
$ source ~/.zshrc
812812
```
813813

0 commit comments

Comments
 (0)