Skip to content

Commit

Permalink
Edit readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwayne890 committed Sep 18, 2020
1 parent 5e59cf9 commit c32305b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ The name 'Duke' was inspired by Duke, the Java Mascot.

* **`todo`**`read book` : Adds a todo task named `read book` to the tasks list.

* **`deadline`**`return book` : Adds a deadline task named `return book` to the tasks list.

* **`event`**`borrow book` : Adds a event task named `borrow book` to the tasks list.

* **`delete`**`3` : Deletes the 3rd task shown in the current list.
* **`delete`**`1` : Deletes the 1st task shown in the current list.

1. Refer to the [Features](#features) below for details of each command.

Expand Down Expand Up @@ -75,7 +71,8 @@ Save a deadline tasks into the list.

Format: `deadline DESCRIPTION /by DATE/MONTH/YEAR`

* `DESCRIPTION /by DATE/MONTH/YEAR` cannot be blank.
* `DESCRIPTION` cannot be blank.
* `DATE/MONTH/YEAR` cannot be blank.

Example of usage:

Expand All @@ -87,7 +84,8 @@ Save an event tasks into the list.

Format: `event DESCRIPTION /at DATE/MONTH/YEAR HOUR:MINUTES`

* `DESCRIPTION /at DATE/MONTH/YEAR HOUR:MINUTES` cannot be blank.
* `DESCRIPTION` cannot be blank.
* `DATE/MONTH/YEAR HOUR:MINUTES` cannot be blank.

Example of usage:

Expand Down

0 comments on commit c32305b

Please sign in to comment.