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:
parent
e46d43bf8a
commit
6ea7e54772
|
@ -56,7 +56,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
|
|
||||||
#### Neovim
|
#### Neovim
|
||||||
|
|
||||||
###### Unix\Linux
|
###### Unix, Linux
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user