Fix README.md wrong indent

This commit is contained in:
NEX 2022-12-25 20:07:10 +08:00 committed by GitHub
commit 13707740da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
}
```