From a2e7d6ebd26e647469135d4096dfa89da4f070e5 Mon Sep 17 00:00:00 2001 From: Chaz <13462818+cleong14@users.noreply.github.com> Date: Wed, 21 Dec 2022 01:49:32 -1000 Subject: [PATCH] fix(docs): add missing comma in default configuration (#22) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cc054e..92f5909 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Following options can be given when calling `setup({config})`. Below is the defa auto_save = nil, -- Disable navigation when the current mux pane is zoomed in - disable_on_zoom = false + disable_on_zoom = false, -- Multiplexer to use -- 'auto' - Chooses mux based on priority (default)