Skip to content

Commit

Permalink
feat(mixin): make model and repository customizable
Browse files Browse the repository at this point in the history
update the docs

GH-121
  • Loading branch information
yeshamavani committed Nov 6, 2024
1 parent 4088cc8 commit 73e964b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Also add the following to your application.ts file to bind the Sequelize reposit

```ts
import {AuditLog} from '@sourceloop/auidt-log/';
import {AuditLogRepository} from '@sourceloop/auidt-log/sequelize';
import {AuditLogRepository} from '@sourceloop/audit-log/sequelize';

this.repositories = [AuditLogRepository<AuditLog>];
```
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Also add the following to your application.ts file to bind the Sequelize reposit

```ts
import {AuditLog} from '@sourceloop/auidt-log/';
import {AuditLogRepository} from '@sourceloop/auidt-log/sequelize';
import {AuditLogRepository} from '@sourceloop/audit-log/sequelize';

this.repositories = [AuditLogRepository<AuditLog>];
```
Expand Down

0 comments on commit 73e964b

Please sign in to comment.