commit d02d6312cee858bd8e6252c23ea5e415693b5af6 parent 315a241a4e7a59b54ad5489c289dad4f4ff8880a Author: Robin Bron <finwo@pm.me> Date: Fri, 10 Dec 2021 11:35:14 +0100 Fix typo in readme Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -29,7 +29,7 @@ This example shows iterating over accounts without loading all into memory ```js import { MoreThan } from 'typeorm'; -import { Account } from './model/account'; // typescript model +import { Account } from './model/account'; // typeorm model const runner = plimit(4); // runner that allows 4 concurrent tasks let accountId = '';