Skip to content

Commit cd7f4dd

Browse files
committed
added README note on fork
1 parent c89bddb commit cd7f4dd

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
@@ -24,10 +24,13 @@ Pagination and filtering helper method for TypeORM repositories or query builder
2424
npm install nestjs-paginate
2525
```
2626

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

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

3336
### Example

0 commit comments

Comments
 (0)