terror / chatgpt.nvim

Query ChatGPT in Neovim
Creative Commons Zero v1.0 Universal
277 stars 15 forks source link

Adding double quotes to the JSON section of your `README.md` to have double quotes for it to be valid JSON #25

Closed Montana closed 1 year ago

Montana commented 1 year ago

Strings in JSON are specified using double quotes, i.e., " . If the strings are enclosed using single quotes, then the JSON is an invalid JSON file.

terror commented 1 year ago

Awesome, thanks for this!