Skip to content

Commit 73e964b

Browse files
committed
feat(mixin): make model and repository customizable
update the docs GH-121
1 parent 4088cc8 commit 73e964b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Also add the following to your application.ts file to bind the Sequelize reposit
409409

410410
```ts
411411
import {AuditLog} from '@sourceloop/auidt-log/';
412-
import {AuditLogRepository} from '@sourceloop/auidt-log/sequelize';
412+
import {AuditLogRepository} from '@sourceloop/audit-log/sequelize';
413413

414414
this.repositories = [AuditLogRepository<AuditLog>];
415415
```

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Also add the following to your application.ts file to bind the Sequelize reposit
409409

410410
```ts
411411
import {AuditLog} from '@sourceloop/auidt-log/';
412-
import {AuditLogRepository} from '@sourceloop/auidt-log/sequelize';
412+
import {AuditLogRepository} from '@sourceloop/audit-log/sequelize';
413413

414414
this.repositories = [AuditLogRepository<AuditLog>];
415415
```

0 commit comments

Comments
 (0)