From f22da1fd50a060e5e93790aaefeac5484d3b9c63 Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 14 Mar 2023 22:17:31 +0100 Subject: [PATCH] fix: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c525d..e017dd2 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ const result = await paginate(query, catRepo, config) ## Usage with Eager Loading -Eager loading should work with TypeORM's eager property out the box: +Eager loading should work with TypeORM's eager property out of the box: ### Example