From 9b3b3bff2c22356142b5af42f5fe63c5485e85c1 Mon Sep 17 00:00:00 2001 From: mplus-software Date: Thu, 3 Jul 2014 11:33:42 +0200 Subject: [PATCH] Change ApiServer, because it will vary in the future. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6807fc..9c2d685 100644 --- a/README.md +++ b/README.md @@ -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);