Skip to content

Commit a6958c8

Browse files
authored
Update README.md
1 parent 2164bb2 commit a6958c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ On startup it shows a data‑loading message followed by a greeting before accep
1212
> * Items in arrow brackets <> are must to have.</br>
1313
> e.g unmark <task_number> must have item <task_number>
1414
15-
## :scroll: Quick Command Overview
15+
## 📜 Quick Command Overview
1616
1. list — Display all tasks in a numbered list.</br>
1717
Format: ```list```
1818
2. todo — Create a Todo task with a description.</br>
@@ -34,7 +34,7 @@ Format: ```find <keyword or phrase>```
3434
10. bye — Print the farewell message and exit.</br>
3535
Format: ```bye```
3636

37-
## :notebook_with_decorative_cover:Detail Commands Description
37+
## 📔 Detail Commands Description
3838
### 1. List task: ```list```
3939
---
4040
Format: ```list```
@@ -88,15 +88,15 @@ Format: ```bye```
8888

8989
Example: ```bye```
9090

91-
## :date: Date and Time Syntacts meaning:
91+
## 📅 Date and Time Syntacts meaning:
9292
| Syntacts | Description |
9393
|-------------------------|------------------------|
9494
| `yyyy` | Year in 4-digit |
95-
| 'MM' | Month in 2-digit |
96-
| 'dd' | Day in 2-digit |
95+
| `MM` | Month in 2-digit |
96+
| `dd` | Day in 2-digit |
9797
| `HH` | Hours in 2-digit |
9898
| `mm` | Minutes in 2-digit |
9999

100-
## :information_source: Other info
100+
## ℹ️ Other info
101101
1. Tasks are by default save at data/data.txt.
102102
2. Save action is trigger every time you make modification to the task list.

0 commit comments

Comments
 (0)