Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft authored Mar 27, 2024
1 parent 3953434 commit 92a97ed
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 @@ -31,7 +31,7 @@ Usage is the same as The League's OAuth client, using `\Mollie\OAuth2\Client\Pro
```php
$provider = new \Mollie\OAuth2\Client\Provider\Mollie([
'clientId' => 'YOUR_CLIENT_ID',
'clientSecret' => 'YOUR_CLIENT_SECRET',****
'clientSecret' => 'YOUR_CLIENT_SECRET',
'redirectUri' => 'https://your-redirect-uri',
]);

Expand Down

0 comments on commit 92a97ed

Please sign in to comment.