From 3068ccdf5b4c86df5a78ceb2ef33fa640fad953c Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Wed, 12 Oct 2016 18:48:48 +0200 Subject: [PATCH] fix position of backslash to escape newline --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 10bd0bf..93a6089 100644 --- a/Readme.md +++ b/Readme.md @@ -35,8 +35,8 @@ palette. The ugly degraded 256-color variant has been removed. If your Vim supports packages (`echo has('packages')` prints `1`), I strongly recommend that you use them. Just clone this repo inside `pack/*/opt`, e.g.: - git clone https://github.com/lifepillar/vim-solarized8.git - \ ~/.vim/pack/themes/opt/solarized8 + git clone https://github.com/lifepillar/vim-solarized8.git \ + ~/.vim/pack/themes/opt/solarized8 Otherwise, use your favourite installation method.