Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilla committed Aug 28, 2017
1 parent c4b666f commit 87b8431
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 @@ -27,7 +27,7 @@ composer require gopay/payments-sdk-php

```php
// minimal configuration
$gopay = GoPay\payments([
$gopay = GoPay\Api::payments([
'goid' => 'my goid',
'clientId' => 'my id',
'clientSecret' => 'my secret',
Expand Down

0 comments on commit 87b8431

Please sign in to comment.