aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc5af3f..b81affb 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ function. This is the default config:
```lua
require('buffer-browser').setup({
-- '' + 'netrw' is used to filter out netrw.
- filetype_filters = ['', 'netrw', 'gitcommit', 'TelescopePrompt']
+ filetype_filters = {'', 'netrw', 'gitcommit', 'TelescopePrompt'}
})
```