From 6cb5591b8eececc985d34898486aeb242c069762 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Mon, 11 Sep 2023 12:05:48 -0700 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3785b8e46..09084a221 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,10 @@ This is a complete list of all of the options that can be passed to `require("ob daily_notes = { -- Optional, if you keep daily notes in a separate directory. folder = "notes/dailies", - -- Optional, if you want to change the date format for daily notes. - date_format = "%Y-%m-%d" + -- Optional, if you want to change the date format for the ID of daily notes. + date_format = "%Y-%m-%d", + -- Optional, if you want to change the date format of the default alias of daily notes. + alias_format = "%B %-d, %Y" }, -- Optional, completion.