docs: Fix README.md wrong indent (#165)

This commit is contained in:
NEX 2022-12-25 21:41:01 +08:00 committed by GitHub
parent bdd7f0585a
commit 1dca6edd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f
},
config = function()
require("neo-tree").setup()
end,
end,
}
```