Update README.md

if I use double quotes I get an error, but if I use single quotes the error disappears.
This commit is contained in:
Piero Rolando 2022-01-17 11:27:40 -05:00 committed by GitHub
parent e498e9a134
commit 2de8e5fb58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ Programmatic lua library for setting
Install via your plugin manager. e.g.
```vim
Plug "NvChad/nvim-base16.lua"
Plug 'NvChad/nvim-base16.lua'
```
### Basic usage