From b07b0a0cfddbc71a5edbea9ecfc1a01876c7b846 Mon Sep 17 00:00:00 2001 From: jared98lyj <48744099+jared98lyj@users.noreply.github.com> Date: Sun, 7 Mar 2021 16:38:19 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 04499de5f6..0ab13c3427 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ done are marked as done with a cross. #### Commands list - lists all existing tasks -todo, deadline, event {some task} - creates the respective task +todo, deadline, event {some task} - creates the respective task, date in yyyy-MM-dd delete {index} - deletes the respective task @@ -53,4 +53,16 @@ Noted. I've removed this task: 1.[T][X] Read book Now you have 0 tasks in your list. +### Creating a deadline +`deadline return book /by 2019-06-20` + +Got it. I've added this task: [D][] return book /by 2019-06-20 +Now you have 1 tasks in the list + +### Listing the tasks + +`list` + +Here are the tasks in your list: +1. [D][] return book (by: Jun 20 2019)