From 944f7fd2b3627d9daf4273c9d16a9e3d2e0d09bf Mon Sep 17 00:00:00 2001 From: Diogo Duarte Date: Wed, 14 Aug 2024 09:51:58 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87a983..5b54d46 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The following are the default configurations: ```lua -- ~/.config/yazi/init.lua require("bookmarks"):setup({ - save_last_directory = false, -- DEPRECATED - will be removed in the future + save_last_directory = false, -- DEPRECATED - will be removed in the future. Use `last_directory` last_directory = { enable = false, persist = false }, persist = "none", desc_format = "full",