Skip to content

Commit d18c91f

Browse files
Merge pull request #26 from moazam1/master
Missing comma added in the example code
2 parents 9f2587e + 0777249 commit d18c91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $client = \Stevenmaguire\Yelp\ClientFactory::makeWith(
4747
```php
4848
$options = array(
4949
'accessToken' => 'YOUR ACCESS TOKEN', // Required, unless apiKey is provided
50-
'apiHost' => 'api.yelp.com' // Optional, default 'api.yelp.com',
50+
'apiHost' => 'api.yelp.com', // Optional, default 'api.yelp.com',
5151
'apiKey' => 'YOUR ACCESS TOKEN', // Required, unless accessToken is provided
5252
);
5353

0 commit comments

Comments
 (0)