diff --git a/README.md b/README.md index 139d8e9efd..6f0f8a4522 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Thank you. - User Guide art inspiration from [hsiaotingluv](https://github.com/hsiaotingluv) from [User Guide](https://github.com/hsiaotingluv/ip/blob/master/docs/README.md) ## *Repo Stats* -- Project POSEIDON was initiated on 19th August, 2021, and took 12 coding sessions spread over 31 days and was last updated on 18th September, 2021. +- Project POSEIDON was initiated on 19th August, 2021, and took 15 coding sessions spread over 43 days and was last updated on 30th September, 2021. -- 2750 total lines of text of which 1500 LOC are in Java +- 5300 total lines of text of which 3600 LOC are in Java ## *Author* -[Yeluri Ketan](https://github.com/YeluriKetan) - Undergraduate, Computer Science, NUS '24 \ No newline at end of file +[Yeluri Ketan](https://github.com/YeluriKetan) - Undergraduate, Computer Science, NUS '24 diff --git a/docs/README.md b/docs/README.md index 75ac1609a1..e055ec8ad0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ ## :ocean: Introduction **P.O.S.E.I.D.O.N** (Poseidon) is a **desktop application for keeping track of todo tasks, upcoming deadlines and planning events**. Poseidon's efficient and intelligent algorithm, combined with an optimized Command Line Interface (CLI) and a simple Graphical User Interface (GUI) gives you a fast and smooth user experience. If you can type fast, Poseidon can help you plan and organize your day faster than traditional GUI apps. -:merman: :trident: :ocean: +:trident: :ocean: **P.O.S.E.I.D.O.N** - stands for @@ -109,14 +109,14 @@ e.g., `delete 3` ### :trident: List Lists all the tasks with their description, time(s) (if-applicable) and the done status. -***Syntax:*** `list'` +***Syntax:*** `list` e.g., `list` ### :trident: List Sorted Lists all the tasks with their description, time(s) (if-applicable) and the done status, sorted based on time. -***Syntax:*** `list -s'` +***Syntax:*** `list -s` e.g., `list -s` @@ -125,7 +125,7 @@ Searches all the tasks based on the given content and shows the results in the f ***Syntax:*** `find 'content'` -e.g., `find 'meeting'` +e.g., `find meeting` ### :trident: Bye Exits the application. @@ -151,4 +151,4 @@ Delete task | `delete 'index'` List tasks | `list` List tasks sorted | `list -s` Find content | `find 'content'` -Exit app | `bye` \ No newline at end of file +Exit app | `bye`