From 0fdb56ba72ab31a78f5de030d5033d21b5bd8954 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 2 Aug 2014 01:00:59 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9fce47..e5993af 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Plug 'tpope/vim-fireplace', { 'for': 'clojure' } Plug 'junegunn/vader.vim', { 'on': 'Vader', 'for': 'vader' } ``` -### Post-installation/update hooks +### Post-update hooks There are some plugins that require extra steps after installation or update. In that case, use `do` option to describe the task to be performed.