aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e2d27b1..e8b0edf 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Best illustrated with a simple example:
<?php
include 'gsxlib/gsxlib.php';
- $gsx = new GsxLib($sold_to, $username, $password);
+ $gsx = GsxLib::getInstance($sold_to, $username, $password);
$info = $gsx->warrantyStatus($serialnumber);
echo $info->productDescription;
> MacBook Pro (15-inch 2.4/2.2GHz)