Skip to content

Commit

Permalink
Fix UserGuide and README
Browse files Browse the repository at this point in the history
  • Loading branch information
YeluriKetan committed Sep 30, 2021
1 parent 587be93 commit 715b087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[Yeluri Ketan](https://github.com/YeluriKetan) - Undergraduate, Computer Science, NUS '24
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`

Expand All @@ -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.
Expand All @@ -151,4 +151,4 @@ Delete task | `delete 'index'`
List tasks | `list`
List tasks sorted | `list -s`
Find content | `find 'content'`
Exit app | `bye`
Exit app | `bye`

0 comments on commit 715b087

Please sign in to comment.