Skip to content

Commit

Permalink
Merge pull request zplug#496 from juanrgon/fix/typos-in-readme
Browse files Browse the repository at this point in the history
Typo fixes in README
  • Loading branch information
b4b4r07 authored Jul 4, 2018
2 parents 6985646 + 6d580aa commit 5336436
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 5336436

Please sign in to comment.