diff options
author | Filipp Lepalaan <f@0x00.co> | 2012-10-08 09:13:16 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@0x00.co> | 2012-10-08 09:13:16 +0300 |
commit | 9bae655376ee27e498885d2610ef3f9e341f72d1 (patch) | |
tree | f444e07ee8c4f460c6b4cc9b88234bab584a3a04 | |
parent | 6d63303f496c1265c27d3007bae6d80cf853775d (diff) | |
download | gsxlib-9bae655376ee27e498885d2610ef3f9e341f72d1.tar.gz gsxlib-9bae655376ee27e498885d2610ef3f9e341f72d1.tar.bz2 gsxlib-9bae655376ee27e498885d2610ef3f9e341f72d1.zip |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |