mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 05:22:57 +01:00
Update README.md
This commit is contained in:
parent
3068c476e1
commit
315e9f8bb6
@ -63,7 +63,7 @@ There are also `ApplySorting`, `ApplyFiltering`, and `ApplyPagination` methods.
|
||||
|
||||
### Add custom sort/filter methods
|
||||
|
||||
If you want to add custom sort/filter methods, inject `ISieveCustomSortMethods` or `ISieveCustomFilterMethods` with the implementation being a class that has custom sort/filter methods that Sieve will through.
|
||||
If you want to add custom sort/filter methods, inject `ISieveCustomSortMethods` or `ISieveCustomFilterMethods` with the implementation being a class that has custom sort/filter methods that Sieve will search through.
|
||||
|
||||
For instance:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user