From f22a06fd82c2e93adfe1fc9e53aac00043eda7cd Mon Sep 17 00:00:00 2001 From: gmarik Date: Tue, 2 Nov 2010 22:20:01 -0500 Subject: [PATCH] Fixing screwed docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99df4bf..2ba271b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ## About -[Vundle] is a short cut for **V**imb**undle** and is a ~80 LOC plugin for managing [Vim] plugins. +[Vundle] is a short cut for **V**imb**undle** and is a small plugin for managing [Vim] plugins. ## Why [Vundle] can: + - automatically install vim script (aka bundle) - manage runtime path of your installed scripts so you don't have to - disable/enable bundles by commenting/uncommenting configured Bundle(requires reload)