diff --git a/plugins/brew/README.md b/plugins/brew/README.md index 2e23a72f1..89c902ee4 100644 --- a/plugins/brew/README.md +++ b/plugins/brew/README.md @@ -23,8 +23,8 @@ the `brew` binary before sourcing `oh-my-zsh.sh` and it'll set up the environmen | -------- | --------------------------------------- | --------------------------------------------------------------------- | | `ba` | `brew autoremove` | Uninstall unnecessary formulae. | | `bcfg` | `brew config` | Show Homebrew and system configuration info useful for debugging. | -| `bcin` | `brew install --cask` | Install the given cask. | | `bci` | `brew info --cask` | Display information about the given cask. | +| `bcin` | `brew install --cask` | Install the given cask. | | `bcl` | `brew list --cask` | List installed casks. | | `bcn` | `brew cleanup` | Run cleanup. | | `bco` | `brew outdated --cask` | Report all outdated casks. |