Skip to content

Commit

Permalink
Change formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weihaw08 committed Sep 16, 2019
1 parent 3536504 commit 5bbee3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Now you have 2 tasks in the list.
```

Image example:

![Deadline Example](./deadlineexample.png)

### 3. `event <task> /at dd/MM/yyyy HHmm - dd/MM/yyyy HHmm` - Adds an `Event` task
Expand All @@ -90,6 +91,7 @@ Now you have 3 tasks in the list.
```

Image example:

![Event example](./eventexample.png)

### 4. `done <index>` - Marks task as done
Expand All @@ -108,6 +110,7 @@ Expected outcome:
```

Image example:

![Done Example](./doneexample.png)

### 5. `delete <index>` - Deletes task
Expand All @@ -127,6 +130,7 @@ Now you have 2 tasks in the list
```

Image example:

![Delete Example](./deleteexample.png)

### 6. `list` - Lists all the tasks
Expand All @@ -146,6 +150,7 @@ Expected outcome:
```

Image example:

![List Example](./listexample.png)

### 7. `find <keyword>` - Finds all tasks with the keyword
Expand All @@ -165,6 +170,7 @@ It's a match!
```

Image example:

![Find Example](./findexample.png)

### 8. `stats` - Print out statistics
Expand All @@ -188,6 +194,7 @@ You have missed 0 deadlines.
```

Image example:

![Stats Example](./statsexample.png)

## Credits
Expand Down

0 comments on commit 5bbee3a

Please sign in to comment.