Skip to content

Commit

Permalink
Added: indents in README.me
Browse files Browse the repository at this point in the history
  • Loading branch information
munharsha committed Sep 14, 2020
1 parent b821ad7 commit c023d33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Now you have 1 tasks in the list.

Adds a deadline to the list of tasks.
Format: `deadline <DESCRIPTION> /by <DD-MM-YYYY HH:MM>`
> `:stop_sign:` The date that has been input has to be strictly of the following format: `DD-MM-YYYY HH:MM'
> The date that has been input has to be strictly of the following format: `DD-MM-YYYY HH:MM'
Example of usage:
`deadline return book /by 23-02-2020 00:00`
Expand All @@ -67,7 +67,7 @@ Now you have 1 tasks in the list.

Adds an event to the list of tasks.
Format: `event <DESCRIPTION> /at <DD-MM-YYYY HH:MM>`
> `:stop_sign:` The date that has been input has to be strictly of the following format: `DD-MM-YYYY HH:MM'
> The date that has been input has to be strictly of the following format: `DD-MM-YYYY HH:MM'
Example of usage:
`event project meeting /at 01-01-2020 12:30`
Expand All @@ -94,7 +94,7 @@ Here are the tasks in your list:
3. [D][✘] return book (by: 23 Feb 2020, 12:00 AM)
```

> `:stop_sign:` If the list is empty a warning message will be shown.
> If the list is empty a warning message will be shown.
### Done: `done`
Marks the task as done
Expand Down Expand Up @@ -138,7 +138,7 @@ Here are the matching tasks in your list:
2. [E][✘] book discussion (by: 1 Jan 2020, 12:30 PM)
3. [D][✘] return book (by: 23 Feb 2020, 12:00 AM)
```
> `:stop_sign:` You could enter partial words and it still works. For example, instead of `book` you could type `bo` and it would generate search results based on that.
> You could enter partial words and it still works. For example, instead of `book` you could type `bo` and it would generate search results based on that.
### Tag: 'tag'
You can tag tasks with a certain tag to make it easier to group certain tasks together.
Expand All @@ -154,7 +154,7 @@ Got it. I've tagged this task with: #today
[E][✘] project meeting (by: 1 Jan 2020, 12:30 PM)
Now you have 2 tasks in the list.
```
> :stop_sign: Use tags to group multiple tasks together for easier search.
> Use tags to group multiple tasks together for easier search.
### FIndTag: `findtag'
This will help you search for tags with a certain tag name.
Expand Down

0 comments on commit c023d33

Please sign in to comment.