diff --git a/README.md b/README.md index 2cbd848..0e70854 100644 --- a/README.md +++ b/README.md @@ -168,3 +168,13 @@ To change the default number of pages: $paginator->setMaxPagesToShow(5); + +## Customizing the language + + +By default the texts appear in English, but you can change the texts of the previous and next buttons with the following methods. + + + $paginator->setPreviousText('Anterior'); + + $paginator->setNextText('Siguiente');