diff --git a/README.md b/README.md
index 2eec0f2..85a35c2 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[Vundle] is a short cut for **V**imb**undle** and is a small plugin for managing [Vim] plugins.
## Why
-[Vundle] can:
+[Vundle] allows to:
- keep track and configure your scripts right in .vimrc
- install configured scripts (aka bundle)
@@ -38,7 +38,7 @@ in order to install/search [all available vim scripts]
Launch vim
, run :BundleInstall
and **restart Vim**.
- BundleInstall requires [Git] and triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to ~/.vim/bundle/
.
+ Installing requires [Git] and triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to ~/.vim/bundle/
.
## Searching
@@ -52,8 +52,11 @@ Will split new window with results:
So you can just copy ones you need to .vimrc
.
-BundleSearch requires [curl
](http://curl.haxx.se/)
+ :BundleSearch! foo
+Will refresh scripts list before doing search.
+
+Searching requires [curl
](http://curl.haxx.se/)
## Examples
@@ -69,6 +72,7 @@ BundleSearch requires [curl
](http://curl.haxx.se/)
[Vundle] is a work in progress so any ideas/patches appreciated
* activate newly added bundles on .vimrc reload or after :BundleInstall
+* improve error handling
* allow specify revision/version?
* search by description aswell
* show descrption in search results