Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy0422 authored Feb 19, 2024
1 parent 6aec290 commit 840cf6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ You can easily search for tasks which
You can use the following commands to search tasks.

Example 1: `search_by_date <date>` to search tasks by date
Example 2: `search_by_date <keyword>` to search tasks by keyword
Example 2: `search_by_keyword <keyword>` to search tasks by keyword

## Marking/Unmarking Tasks
You can mark a task as done or reversely unmark it to leave it undone, so that you can clearly see your current progress in your task list.

You can use the following commands to mark/unmark tasks.

Example 1: `mark <id>` to mark a task
Example 2: `mark <id><id><id>` to mark multiple tasks
Example 2: `mark <id> <id> <id>` to mark multiple tasks
Example 3: `unmark <id>` to unmark a task
Example 4: `unmark <id><id><id>` to unmark multiple tasks
Example 4: `unmark <id> <id> <id>` to unmark multiple tasks

## Rescheduling Tasks
You can reschedule the date of a deadline or event task, so that you can flexibly manage your tasks without the trouble of deleting the original task and adding it again with the new date.
Expand Down

0 comments on commit 840cf6c

Please sign in to comment.