Skip to content

Commit d22b8e3

Browse files
committed
added README note on fork
1 parent 58e8325 commit d22b8e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ Pagination and filtering helper method for TypeORM repositories or query builder
2525
npm install nestjs-paginate
2626
```
2727

28-
| ⚠️ **TypeORM appears unmaintained.** |
29-
|-------------------------------------------------------------|
28+
| ⚠️ **TypeORM appears unmaintained.** |
29+
|------------------------------------------------------------|
3030
| Please `npm i typeorm@npm:@helveg/typeorm@^0.3.21` instead. |
3131

32+
The fork contains several fixes used in this package. In some rare edge
33+
cases this package might not work without it.
34+
3235
## Usage
3336

3437
### Example

0 commit comments

Comments
 (0)