diff options
| -rw-r--r-- | doc/prettier.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index e60dc22..ee68d95 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -32,7 +32,7 @@ INSTALL *vim-prettier-install* Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and yarn|npm installed globally. > - plug 'mitermayer/vim-prettier', { + Plug 'mitermayer/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss'] } < |
