Skip to content

Commit

Permalink
Fix typos: 'Command to after' -> 'Commands to run after'
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgon committed Jul 3, 2018
1 parent 6985646 commit 6d580aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ All that's left is to run `zplug update`.
| `rename-to` | Specify the filename you want to rename the command to (use this only with `as:command`) | *filename* (-) | `rename-to:fzf` |
| `dir` | Installed directory of the package | **READ ONLY** | `dir:/path/to/user/repo` |
| `if` | Specify the conditions under which to install and use the package | *boolean* (-) | `if:"[ -d ~/.zsh ]"` |
| `hook-build` | Commands to after installation/update | *commands* (-) | `hook-build:"make install"` |
| `hook-load` | Commands to after loading | *commands* (-) | `hook-load:"echo 'Loaded!'"` |
| `hook-build` | Commands to run after installation/update | *commands* (-) | `hook-build:"make install"` |
| `hook-load` | Commands to run after loading | *commands* (-) | `hook-load:"echo 'Loaded!'"` |
| `frozen` | Do not update unless explicitly specified | truthy,falsy (false) | `frozen:1` |
| `on` | Load this package only if a different package is installed | *package* | `on:user/repo` |
| `defer` | Defers the loading of a package. If the value is 2 or above, zplug will source the plugin after `compinit` (see also [#26](https://github.com/zplug/zplug/issues/26)) | 0..3 (0) | `defer:2` |
Expand Down

0 comments on commit 6d580aa

Please sign in to comment.