From 3c0ddeb407f41d2e4b41b1ac44a23913ff692123 Mon Sep 17 00:00:00 2001 From: Mike Smith <10135646+mikesmithgh@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:29:08 -0500 Subject: docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3