diff --git a/README.md b/README.md index 5269dee..2bba6ad 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can even chain them if you'd like. ```php // Add parameters via the set() method $query->set('l', 'Chicago, IL') - ->set('limit', '20'); + ->set('pg', '2'); ``` Then inject the query object into the provider.