Skip to content

Commit 77199d9

Browse files
authored
Merge pull request #245 from mikesmithgh/typo
docs: fix typo
2 parents ea26c0e + 3c0ddeb commit 77199d9

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)