aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitermayer Reis <mitermayer.reis@gmail.com>2017-06-08 14:34:03 -0700
committerGitHub <noreply@github.com>2017-06-08 14:34:03 -0700
commit0e0af9c7f91047c5a10a79604e1292a7394731d5 (patch)
tree850f35d4f4c3212d737115e220ea59ab020eeccf
parent8112c1c949a001957a1c31e3edf6a572cf54b456 (diff)
parent09db4a1ff6d6ee411927ff1ac4419bdd0dbb3745 (diff)
downloadvim-prettier-0e0af9c7f91047c5a10a79604e1292a7394731d5.tar.xz
Merge pull request #13 from wangsongiam/master
fixed typo
-rw-r--r--README.md2
-rw-r--r--doc/prettier.txt2
2 files changed, 2 insertions, 2 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'] }
```
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'] }
<