Skip to content

Commit ca3ee38

Browse files
committed
Fix formatting of pathogen instructions
1 parent 932b675 commit ca3ee38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ then simply perform the following commands to fix your current buffer:
2222

2323
## Installation
2424

25-
- Install with [Vundle](https://github.com/gmarik/vundle)
25+
### Install with [Vundle](https://github.com/gmarik/vundle)
2626

2727
Add to vimrc:
2828

@@ -33,10 +33,10 @@ And install it:
3333
:so ~/.vimrc
3434
:BundleInstall
3535

36-
- Install with [pathogen](https://github.com/tpope/vim-pathogen)
36+
### Install with [pathogen](https://github.com/tpope/vim-pathogen)
3737

38-
cd ~/.vim/bundle
39-
git clone https://github.com/pangloss/vim-javascript.git
38+
cd ~/.vim/bundle
39+
git clone https://github.com/pangloss/vim-javascript.git
4040

4141
## Configuration
4242

0 commit comments

Comments
 (0)