diff --git a/README.md b/README.md index 9f27734d..0f6fb8a7 100644 --- a/README.md +++ b/README.md @@ -258,13 +258,13 @@ mkdir -p ~/vimfiles/pack/git-plugins/start git clone --depth 1 https://github.com/dense-analysis/ale.git ~/vimfiles/pack/git-plugins/start/ale ``` -### [vim-plug](https://github.com/junegunn/vim-plug) +#### [vim-plug](https://github.com/junegunn/vim-plug) ```vim Plug 'dense-analysis/ale' ``` -### [Vundle](https://github.com/VundleVim/Vundle.vim) +#### [Vundle](https://github.com/VundleVim/Vundle.vim) ```vim Plugin 'dense-analysis/ale'