Skip to content

Commit

Permalink
Merge pull request #16 from jfilla/master
Browse files Browse the repository at this point in the history
typo in docs
  • Loading branch information
FSichinger authored Oct 5, 2017
2 parents adc97aa + 87b8431 commit 2236644
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 2236644

Please sign in to comment.