diff --git a/README.md b/README.md index ee604e6..2a18fb6 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ const paginateConfig: PaginateConfig { /** * Required: false * Type: [string, 'ASC' | 'DESC'][] - * Default: [sortableColumns[0], 'ASC]] + * Default: [[sortableColumns[0], 'ASC]] * Description: The order to display the sorted entities. */ defaultSortBy: [['name', 'DESC']],