fix typo in line no. 205 of README.md

change from `Plugin 'file///path/from/root/to/plugin'` to `Plugin 'file:///path/from/root/to/plugin'`
This commit is contained in:
Michał Blinkiewicz 2014-04-04 18:17:14 +02:00
parent d690c777f1
commit ec16b7b797

View File

@ -202,7 +202,7 @@ The git protocol supports local installation using the 'file://' protocol.
This is handy when developing plugins locally. Follow the protocol with an This is handy when developing plugins locally. Follow the protocol with an
absolute path to the script directory. absolute path to the script directory.
> >
Plugin 'file///path/from/root/to/plugin' Plugin 'file:///path/from/root/to/plugin'
3.3 INSTALLING PLUGINS ~ 3.3 INSTALLING PLUGINS ~
*vundle-plugins-install* *:PluginInstall* *vundle-plugins-install* *:PluginInstall*