Skip to content

Commit

Permalink
Updating usage
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Jan 17, 2017
1 parent fce334a commit b20aecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Or via the "set" method. All of the parameters documented in Indeed's documentat

```php
// Add parameters via the set() method
$query->set('q', 'engineering');
$query->set('search_string', 'zend');
```

You can even chain them if you'd like.

```php
// Add parameters via the set() method
$query->set('l', 'Chicago, IL')
->set('pg', '2');
$query->set('country_code', 'us')
->set('search_string', 'laravel');
```

Then inject the query object into the provider.
Expand Down

0 comments on commit b20aecf

Please sign in to comment.