From ba25df618104834d3d4b8c773d39db2354b1465f Mon Sep 17 00:00:00 2001 From: Taras <51419482+Tarasikee@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:42:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a75257..9d30e85 100644 --- a/README.md +++ b/README.md @@ -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: