From 50f8496065145f258a28a4ea3aa7a59b6a48f042 Mon Sep 17 00:00:00 2001 From: Song Wang Date: Thu, 8 Jun 2017 16:50:46 -0400 Subject: fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33573ea..de8fe41 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 'mitermayer/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss'] } ``` -- cgit v1.3 From 09db4a1ff6d6ee411927ff1ac4419bdd0dbb3745 Mon Sep 17 00:00:00 2001 From: Song Wang Date: Thu, 8 Jun 2017 17:33:05 -0400 Subject: fixed typo in doc --- doc/prettier.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] } < -- cgit v1.3