diff --git a/README.md b/README.md index 1e00023..ee46bd3 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Add this to your configuration (usually `~/.zshrc`): eval "$(zoxide init zsh)" ``` -For completions to work, the above line must be added _after_ `compinit` is +For completions to work, the above line must be added *after* `compinit` is called. You may have to rebuild your cache by running `rm ~/.zcompdump*; compinit`.