diff --git a/README.md b/README.md index eb69716..c3992f9 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ Using [lazy.nvim][lazy]: 'MagicDuck/grug-far.nvim', config = function() require('grug-far').setup({ - ... options, see Configuration section below ... - ... there are no required options atm... - ... engine = 'ripgrep' is default, but 'astgrep' can be specified... + -- options, see Configuration section below + -- there are no required options atm + -- engine = 'ripgrep' is default, but 'astgrep' can be specified }); end },