From 1dca6edd89613b98937c2999dd86457439e8da08 Mon Sep 17 00:00:00 2001 From: NEX <97107165+NEX-S@users.noreply.github.com> Date: Sun, 25 Dec 2022 21:41:01 +0800 Subject: [PATCH] docs: Fix README.md wrong indent (#165) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078b426..a8b081f 100644 --- a/README.md +++ b/README.md @@ -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, } ```