Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update UG #98

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,29 +330,15 @@ Example output:
### Finding a book by genre: `find-genre`
Returns all books in the saved book list that are stored under the matching genre.

Format: `find-genre` then user will be prompted to enter a `[NUMBER]` , the index corresponding to the available genre.
Format: `find-genre [KEYWORD]` .

Example of usage with expected output:

```
//input
find-genre
find-genre fiction
```
````
//output
Available genres:
1. Fiction
2. Non-Fiction
3. Mystery
4. Science Fiction
5. Fantasy
Enter the number for the desired genre:
````
````
//input
1
````
````
//ouput
1. [U] harry potter
````
Expand Down Expand Up @@ -438,7 +424,7 @@ to be saved.**
* Sort books by rating: `list-rated`
* Display details: `display [BOOK_INDEX]`
* Find books with specific title: `find-title [KEYWORD]`
* Find books with specific genre: `find-genre` followed by `[NUMBER]`
* Find books with specific genre: `find-genre [KEYWORD]`
* Find books that are read: `find-read`
* Find books that are unread: `find-unread`
* Exit program: `bye`
Loading