Skip to content

Commit

Permalink
Change ApiServer, because it will vary in the future.
Browse files Browse the repository at this point in the history
  • Loading branch information
mplus-software committed Jul 3, 2014
1 parent 90b317b commit 9b3b3bf
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 @@ -13,7 +13,7 @@ The following script will connect to the API with your credentials and try to re
require_once('Mplusqapiclient.php');

$mplusqapiclient = new Mplusqapiclient();
$mplusqapiclient->setApiServer('api.mpluskassa.nl');
$mplusqapiclient->setApiServer($your_api_url);
$mplusqapiclient->setApiPort(443);
$mplusqapiclient->setApiPath($your_api_path);
$mplusqapiclient->setApiFingerprint($certificate_fingerprint);
Expand Down

0 comments on commit 9b3b3bf

Please sign in to comment.