aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSong Wang <wangsongiam@gmail.com>2017-06-08 16:50:46 -0400
committerGitHub <noreply@github.com>2017-06-08 16:50:46 -0400
commit50f8496065145f258a28a4ea3aa7a59b6a48f042 (patch)
tree3684982300fe64296661ad4127656b342e3c7830
parent8112c1c949a001957a1c31e3edf6a572cf54b456 (diff)
downloadvim-prettier-50f8496065145f258a28a4ea3aa7a59b6a48f042.tar.xz
fixed typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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'] }
```