From 83fb286df248a6ae34e2aa8105b15c4c55cd9ab8 Mon Sep 17 00:00:00 2001 From: Pluiexo Date: Thu, 22 Feb 2024 13:40:02 +0800 Subject: [PATCH] Update Readme --- docs/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index bb11d6808c..13cac97ecf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,6 +14,7 @@ delivers a beautiful smart personal assistant to interact with. * [Todo](#todo) * [Deadline](#deadline) * [Event](#event) + * [Specification for DateTimeFormat](#specification-for-datetimeformat) 2. [Manage Task](#manage-task) 3. [Query Task](#query-task) * [Find](#find) @@ -173,6 +174,7 @@ When you know specific information about task and you wish to find a specific ta ### Find Finds in the description of each task if it matches the keyword + Usage: `find [KEYWORD]` ### View @@ -180,9 +182,10 @@ Usage: `find [KEYWORD]` View the all the task being scheduled on that date. Usage: `view [DateFormats]` + **Refer to the section above for the specification of [DateFormat]** -> If your [DateTimeFormat] is invalid when adding the task, Plato will not show them in here when you try to search for it. +> If your [DateTimeFormat] is invalid when adding the task, Plato will not show them in the results when you try to search for it. Examples: ```