diff --git a/README.md b/README.md index 49e7768..0d4c952 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,9 @@ for more details. Example: ```lua require('dressing').setup({ input = { - winhighlight = 'NormalFloat:DiagnosticError' + win_options = { + winhighlight = 'NormalFloat:DiagnosticError' + } } }) ```