Skip to content

Commit 0e7ed31

Browse files
committed
Update README.md
Vundle no longer uses "Bundle" it is deprecated and is now called "Plugin" Therefore: Bundle "sudar/vim-arduino-syntax" ----> Plugin 'sudar/vim-arduino-syntax' BundleInstall ----> PluginInstall
1 parent 7e9777b commit 0e7ed31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Using [Vundle](https://github.com/gmarik/vundle)
1616

1717
```VimL
1818
19-
Bundle "sudar/vim-arduino-syntax"
19+
Plugin "sudar/vim-arduino-syntax"
2020
21-
And :BundleInstall
21+
And :PluginInstall
2222
2323
```
2424
Credit

0 commit comments

Comments
 (0)