Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarasikee authored Oct 4, 2022
1 parent bfdbba0 commit ba25df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const allUsers = userModel.findAll()
#### Note:

Both `find` and `findOne` methods can search by deeply nested objects. Here is
an ![example](https://github.com/Tarasikee/tinydb/blob/master/tests/findingTests.ts).
an [example](https://github.com/Tarasikee/tinydb/blob/master/tests/findingTests.ts).
But be careful because it can affect performance.

### Update:
Expand Down

0 comments on commit ba25df6

Please sign in to comment.