We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932b675 commit ca3ee38Copy full SHA for ca3ee38
1 file changed
README.md
@@ -22,7 +22,7 @@ then simply perform the following commands to fix your current buffer:
22
23
## Installation
24
25
-- Install with [Vundle](https://github.com/gmarik/vundle)
+### Install with [Vundle](https://github.com/gmarik/vundle)
26
27
Add to vimrc:
28
@@ -33,10 +33,10 @@ And install it:
33
:so ~/.vimrc
34
:BundleInstall
35
36
-- Install with [pathogen](https://github.com/tpope/vim-pathogen)
+### Install with [pathogen](https://github.com/tpope/vim-pathogen)
37
38
- cd ~/.vim/bundle
39
- git clone https://github.com/pangloss/vim-javascript.git
+ cd ~/.vim/bundle
+ git clone https://github.com/pangloss/vim-javascript.git
40
41
## Configuration
42
0 commit comments