diff options
| author | Konnor Rogers <konnor5456@gmail.com> | 2020-02-15 08:30:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-15 08:30:32 -0500 |
| commit | 7904d53a7c6812673df4bdf36b674ac4e7730d7d (patch) | |
| tree | 81560d3622aa5114a7d601ade8ed6e55e78eb39b /README.md | |
| parent | 007bfa3b9eed82508c9a9785daf388949615089a (diff) | |
| download | vim-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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ settings. Plug 'prettier/vim-prettier', { \ 'do': 'yarn install', \ 'branch': 'release/0.x' -} + \ } ``` --- |
