From 7904d53a7c6812673df4bdf36b674ac4e7730d7d Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Sat, 15 Feb 2020 08:30:32 -0500 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -} + \ } ``` --- -- cgit v1.3