aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-07-19 08:35:43 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-07-19 08:35:43 -0700
commit96f80361f0cda0bcef219fd061aee50b161fb3f8 (patch)
tree3b25fda4bbac7e336d2e0dd9ec79ea15e9a9c2b1 /README.md
parent973ce3bc3662497204e84960baca28bb40784c1f (diff)
downloadvim-prettier-96f80361f0cda0bcef219fd061aee50b161fb3f8.tar.xz
Updating the readme to new location
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17ef89c..1553fb1 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and
```vim
" post install (yarn install | npm install) then load plugin only for editing supported files
-Plug 'mitermayer/vim-prettier', {
+Plug 'prettier/vim-prettier', {
\ 'do': 'yarn install',
\ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql'] }
```