Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdithyaNarayan committed Sep 15, 2020
1 parent 411bc1e commit baf26e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Marks a given task as done.
Usage: `done <task_index>`

**Note:** `task_index` must be valid. Valid indices are within the range of the tasklist. You can view the tasklist by using [list](https://adithyanarayan.github.io/ip/#list---lists-all-tasks).

Example: `done 2`

### `delete` - Deletes a tasklist
Expand All @@ -92,6 +93,7 @@ Undoes a given number of previous commands.
Usage: `undo <no_of_commands>`

**Note:** `no_of_commands` must be valid. Valid numbers are within the number of commands sent within the current window. Note that undo commands are not undoable.

Example: `undo 2`

### `bye` - Undo previous commands
Expand Down

0 comments on commit baf26e5

Please sign in to comment.