aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonnor Rogers <konnor5456@gmail.com>2020-02-15 08:30:32 -0500
committerGitHub <noreply@github.com>2020-02-15 08:30:32 -0500
commit7904d53a7c6812673df4bdf36b674ac4e7730d7d (patch)
tree81560d3622aa5114a7d601ade8ed6e55e78eb39b
parent007bfa3b9eed82508c9a9785daf388949615089a (diff)
downloadvim-prettier-7904d53a7c6812673df4bdf36b674ac4e7730d7d.tar.xz
Fix readme to properly reflect how to downgrade
The current version of the readme returns a syntax error when attempting to downgrade. Added a '\' to fix the syntax error.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index feb6b4b..6e0460d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ settings.
Plug 'prettier/vim-prettier', {
\ 'do': 'yarn install',
\ 'branch': 'release/0.x'
-}
+ \ }
```
---