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