diff --git a/README.md b/README.md index 8b2f68f..7ab246b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ This is the contents of the published config file: ```php return [ + 'parameters' => [ + 'per_page' => 'per_page', + ], + 'per_page' => [ // Represents the value to be sent by the user, to obtain all records, if using the result method. 'all' => 'all',