Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jared98lyj authored Mar 7, 2021
1 parent 7af6082 commit b07b0a0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

0 comments on commit b07b0a0

Please sign in to comment.