diff --git a/doc/hurl.nvim.txt b/doc/hurl.nvim.txt index f05535d..de96f0c 100644 --- a/doc/hurl.nvim.txt +++ b/doc/hurl.nvim.txt @@ -47,8 +47,8 @@ Add the following configuration to your Neovim setup with lazy.nvim formatters = { json = { 'jq' }, -- Make sure you have install jq in your system, e.g: brew install jq html = { - 'prettier', -- Make sure you have install prettier in your system, e.g: npm install -g prettier - '--parser', + 'prettier',-- Make sure you have installed prettier in your system, e.g: npm install -g prettier + '--parser', 'html', }, },