diff --git a/README.md b/README.md index 9dd556b..d360e24 100644 --- a/README.md +++ b/README.md @@ -2164,7 +2164,7 @@ $ just --completions zsh > just.zsh ```zsh # Init Homebrew, which adds environment variables -eval "$(/opt/homebrew/bin/brew shellenv)" +eval "$(brew shellenv)" fpath=($HOMEBREW_PREFIX/share/zsh/site-functions $fpath)