Skip to content

Commit ebf4be3

Browse files
docs: simplfify readme
1 parent 2f9433a commit ebf4be3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ export class PostRepository {
127127
You can also inject custom `Repository` of some Entity. To make this work have to create the class which extends the
128128
generic `Repository<T>` class and decorate it with `EntityRepository<T>` decorator.
129129

130-
Example using constructor injection:
131-
132130
```typescript
133131
import { Service } from 'typedi';
134132
import { Repository, EntityRepository } from 'typeorm';

0 commit comments

Comments
 (0)