From e009a57740def6575820e773cd9a6d530e5b08b8 Mon Sep 17 00:00:00 2001 From: Raman Soni Date: Sun, 29 Oct 2023 00:11:33 +0530 Subject: [PATCH] Update README.md (#215) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec9be2602..4e05c0149 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ This is a complete list of all of the options that can be passed to `require("ob -- 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" + alias_format = "%B %-d, %Y", -- Optional, if you want to automatically insert a template from your template directory like 'daily.md' template = nil },