Skip to content

Commit c4c59ec

Browse files
author
jghauser
committed
docs(readme): improve desc of create_new_note_fn
1 parent b6ca3f8 commit c4c59ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ db_path = vim.fn.stdpath("data") .. "/papis_db/papis-nvim.sqlite3",
263263
yq_bin = "yq",
264264

265265
-- Function to execute when adding a new note. `ref` is the citation key of the
266-
-- relevant entry and `notes_name` is defined in `papis_python` above.
266+
-- relevant entry and `notes_name` is the name of the notes file.
267267
create_new_note_fn = function(papis_id, notes_name)
268268
local testing_session = require("papis.config")["enable_modules"]["testing"]
269269
local testing_conf_path = ""

0 commit comments

Comments
 (0)