From 6ea7e547722e251be43aa34181f4ff11d429d263 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 5 May 2020 21:50:11 -0400 Subject: [PATCH] Replace backslash with comma in header Backslash can be used to escape characters in markdown. Backslash is used for filepaths on Windows. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91bf3ab..01bb845 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' #### Neovim -###### Unix\Linux +###### Unix, Linux ```sh curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \