Skip to content

Commit

Permalink
small documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnpr committed Jan 21, 2019
1 parent 9ca7a0b commit 8a75b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You may also git clone or [download the files manually](https://github.com/cardg

```php
cardgate\api\Autoloader::register();
$oCardGate = new cardgate\api\Client( 1, '<merchant key>', TRUE );
$oCardGate = new cardgate\api\Client( <merchant id>, '<merchant key>', TRUE );
```

## Support ##
Expand Down

0 comments on commit 8a75b96

Please sign in to comment.