diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-12-22 11:01:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-22 11:01:58 -0800 |
| commit | 32a17f75035a428e6630765b6ff1aeed594bd22f (patch) | |
| tree | 522fc51796a744c63f0f1f90ce9f4ba13964abaf | |
| parent | dc97d2994b29bdd4e9ef5caf8901e7a26ce9f4ab (diff) | |
| parent | 53183814b35102c4013981206478fe3d42a89b5e (diff) | |
| download | vim-prettier-32a17f75035a428e6630765b6ff1aeed594bd22f.tar.xz | |
Merge pull request #91 from nicoder/patch-1
fix typo in pathogen install method
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ For those using [vim-pathogen](https://github.com/tpope/vim-pathogen), you can r ``` cd ~/.vim/bundle -git clone https://github.com/prettier/prettier +git clone https://github.com/prettier/vim-prettier ``` If using other vim plugin managers or doing manual setup make sure to have |
