From 22818fd95f438f83d32f6e1d482c6c2ef58772a0 Mon Sep 17 00:00:00 2001 From: HumanEntity Date: Mon, 25 Dec 2023 14:26:29 +0100 Subject: Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 90bd724..b0db470 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To create use `note` sub command. It will will prompt for note name and tags. Ta ### Searching for notes -To search for note use `search` sub command. It will prompt for date in YEAR MONTH DAY format and name. +To search for note use `search` sub command. It will prompt for date in YEAR MONTH DAY format, name and tags. ## `api` way @@ -53,8 +53,8 @@ api.note(name, tags) ### Searching for notes -To search for note use `search` function. `date` is table with year, month and day field. +To search for note use `search` function.`date` is table with year, month and day field, `name` just a string and `tags` list of tags. ```lua -api.search(date,name) +api.search(date,name,tags) ``` -- cgit v1.2.3