From 3af40791794bb14993fcb23965cfad4e9f96ee18 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 27 Jul 2014 11:55:06 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a68a5b..00b19e1 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Reload .vimrc and `:PlugInstall` to install plugins. | -------------- | -------------------------------------------------------------------- | | `branch`/`tag` | Branch or tag of the repository to use | | `rtp` | Subdirectory that contains Vim plugin | -| `do` | Post-update hook (string of funcref) | +| `do` | Post-update hook (string or funcref) | | `on` | On-demand loading: Commands or -mappings | | `for` | On-demand loading: File types | | `frozen` | Do not install/update plugin unless explicitly given as the argument |