aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5c32444..2b5f7a1 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,10 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim)
{
"DefaultGen/simple-denote.nvim",
opts = {
- ext = "md", -- Note file extension (e.g. md, org, norg)
+ ext = "md", -- Note file extension (e.g. md, org, norg, txt)
dir = "~/notes", -- Notes directory (should already exist)
add_heading = true, -- Add a md/org heading to new notes
- retitle_heading = true, -- Replace the first line with a new heading when retitling
+ retitle_heading = true, -- Replace the first line heading when retitling
},
},
```