We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638d628 commit ead4c2cCopy full SHA for ead4c2c
1 file changed
README.md
@@ -26,12 +26,12 @@ then simply perform the following commands to fix your current buffer:
26
27
Add to vimrc:
28
29
- Bundle "pangloss/vim-javascript"
+ Plugin "pangloss/vim-javascript"
30
31
And install it:
32
33
:so ~/.vimrc
34
- :BundleInstall
+ :PluginInstall
35
36
### Install with [pathogen](https://github.com/tpope/vim-pathogen)
37
0 commit comments