Skip to content

Commit

Permalink
Merge pull request #245 from mikesmithgh/typo
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
solidiquis authored Mar 26, 2024
2 parents ea26c0e + 3c0ddeb commit 77199d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 77199d9

Please sign in to comment.