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