Skip to content

Commit

Permalink
Merge pull request #81 from BenMorel/patch-1
Browse files Browse the repository at this point in the history
Missing semicolon
  • Loading branch information
lukechesser committed Dec 26, 2017
2 parents 8fed4b3 + 7674853 commit 6b46faf
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 @@ -52,7 +52,7 @@ An example of this flow can be found in /examples/oauth-flow.php
Direct them to an authorization URL (configuring any scopes before generating the authorization URL):

```php
$scopes = ['public', 'write_user']
$scopes = ['public', 'write_user'];
Crew\Unsplash\HttpClient::$connection->getConnectionUrl($scopes);
```

Expand Down

0 comments on commit 6b46faf

Please sign in to comment.