diff --git a/README.md b/README.md index d454ea7..2fe59fe 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ Simple wrapper for the trustpilot api. Currently only supports the api to retreive a companies reviews. + +```php +reviews()->latest(['language' => 'en']); +```