Replace backslash with comma in header

Backslash can be used to escape characters in markdown.
Backslash is used for filepaths on Windows.
This commit is contained in:
Jan Edmund Lazo 2020-05-05 21:50:11 -04:00 committed by GitHub
parent e46d43bf8a
commit 6ea7e54772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \