aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Gimenez <gustavo.gimenez@globant.com>2017-12-10 21:30:13 -0300
committerGustavo Gimenez <gustavo.gimenez@globant.com>2017-12-10 21:30:13 -0300
commitfeb6f6500791790315015e82d636067fe02c513a (patch)
tree5ad922ffaa24beaab986fc3058032bc541f4f07a
parent346bbb8a213f6ca9bc0571306444cf5748334a75 (diff)
downloadvim-prettier-feb6f6500791790315015e82d636067fe02c513a.tar.xz
text was included inside the block code
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 795ddaf..56661ae 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,9 @@ or simply enable for all formats by:
Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
```
-```
For those using [vim-pathogen](https://github.com/tpope/vim-pathogen), you can run the following in a terminal:
+```
cd ~/.vim/bundle
git clone https://github.com/prettier/prettier
```