Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja authored Nov 9, 2023
1 parent 5d9fb70 commit 0827105
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 @@ -47,7 +47,7 @@ HR Insight proves to be a particularly valuable tool for professionals specializ

- `edit 1 p/1234567` : Edits phone attribute for the 1st employee in the list.

- `find` : Finds employees whose names contain any of the given keywords.
- `find` : Finds employees whose names match any of the given keywords.

- `clear` : Deletes all employees from the database.

Expand Down Expand Up @@ -195,7 +195,7 @@ Executing command: `edit 1 p/23423423 e/[email protected]`

### Finding employees by name: `find`

Finds employees whose names contain any of the given keywords.
Finds employees whose names match any of the given keywords.

Format: `find KEYWORD [MORE_KEYWORDS]`

Expand Down

0 comments on commit 0827105

Please sign in to comment.