Skip to content

Commit

Permalink
Merge pull request #224 from kawaiigabrielneko/user-guide-find
Browse files Browse the repository at this point in the history
Correct Find command
  • Loading branch information
JoelChanZhiYang authored Nov 8, 2021
2 parents 2bb5e90 + d260f33 commit 1c453ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Action | Parameters| Description
`list` | | Shows a list of all clients in InsurancePal
`clear` | | Deletes all clients from InsurancePal
`help` | | Provides a url link to the User Guide for InsurancePal
`find KEYWORD [MORE_KEYWORDS]` | `KEYWORD`: Word to search for | Finds clients whose names contain any of the keywords
`find KEYWORD [MORE_KEYWORDS]...` | `KEYWORD`, `MORE_KEYWORDS`: Word to search for | Finds clients whose names contain any of the keywords
`exit`| | Exits and close InsurancePal
{: .summaryTable}

Expand Down Expand Up @@ -188,7 +188,7 @@ Parameter | Constraints

You can easily find clients with the `find` command.

Format: `find KEYWORD [MORE_KEYWORDS]`
Format: `find KEYWORD [MORE_KEYWORDS]...`

* The search is case-insensitive. e.g `hans` will match `Hans`
* The order of the keywords does not matter. e.g. `Hans Bo` will match `Bo Hans`
Expand Down

0 comments on commit 1c453ee

Please sign in to comment.