Skip to content

Commit

Permalink
Add missing sorter configuration to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 27, 2023
1 parent c8f4865 commit de696e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ Available are the method names of the `Budgegeria\IntlSort\Sorter\Sorter` class
* tertiary_strength
* quaternary_strength
* identical_strength
* keep_keys
* omit_keys
* order_by_asc
* order_by_desc
* order_by_keys
Expand All @@ -144,5 +146,6 @@ Available are the method names of the `Budgegeria\IntlSort\Sorter\Sorter` class
* null_last
* remove_null_position

It's possible that you're using an older version of Intl-Sort where methods didn't existed yet.
Read more about the methods in the
[Sorter documentation](https://senseexception.github.io/intl-sort/sorter-builder.html).

0 comments on commit de696e8

Please sign in to comment.