fix: update README.md

This commit is contained in:
Philipp 2023-03-14 22:17:31 +01:00 committed by GitHub
parent ae7a60ea78
commit f22da1fd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ const result = await paginate<CatEntity>(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