aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@0x00.co>2012-10-08 09:13:16 +0300
committerFilipp Lepalaan <f@0x00.co>2012-10-08 09:13:16 +0300
commit9bae655376ee27e498885d2610ef3f9e341f72d1 (patch)
treef444e07ee8c4f460c6b4cc9b88234bab584a3a04
parent6d63303f496c1265c27d3007bae6d80cf853775d (diff)
downloadgsxlib-9bae655376ee27e498885d2610ef3f9e341f72d1.tar.gz
gsxlib-9bae655376ee27e498885d2610ef3f9e341f72d1.tar.bz2
gsxlib-9bae655376ee27e498885d2610ef3f9e341f72d1.zip
Updated README
-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)