Skip to content

Commit eaffe19

Browse files
authored
docs: removed the additional "s" from require (#677)
1 parent d4dc784 commit eaffe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ You can enable a clickable source selector in either the winbar (requires neovim
547547
To do so, set one of these options to `true`:
548548

549549
```lua
550-
requires("neo-tree").setup({
550+
require("neo-tree").setup({
551551
source_selector = {
552552
winbar = false,
553553
statusline = false

0 commit comments

Comments
 (0)