aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitermayer Reis <mitermayer.reis@gmail.com>2019-02-24 12:36:10 -0800
committerGitHub <noreply@github.com>2019-02-24 12:36:10 -0800
commit77ca781a50debc5f3f94f70985c948e95f1a5d69 (patch)
tree230c24b50d0538a9f241044acffd90ac15872aa7
parent5debe18f2302787b78875d558bb0b93a8372c6ca (diff)
parent871930a46545209c269cb4588387614b551e7932 (diff)
downloadvim-prettier-77ca781a50debc5f3f94f70985c948e95f1a5d69.tar.xz
Merge pull request #179 from Onra/fix/readme-markdown
Fix README markdown.
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 81438b7..bcfecb2 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ You can send to prettier your current selection as a fragment of same type as th
**note: ** differs from `:PrettierFragment` by sending only the current selection to prettier, this allows for faster formatting but wont preserve indentation.
-````vim
+```vim
:PrettierFragment
```
@@ -228,5 +228,3 @@ let g:prettier#config#prose_wrap = 'preserve'
### REQUIREMENT(S)
If prettier installation can't be found no code formatting will happen
-```
-````