Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Nov 29, 2016
1 parent 7ca0075 commit daf781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit daf781a

Please sign in to comment.