aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@0x00.co>2012-04-04 17:54:57 +0300
committerFilipp Lepalaan <f@0x00.co>2012-04-04 17:54:57 +0300
commit6d63303f496c1265c27d3007bae6d80cf853775d (patch)
tree25e10aa9228ec569f0a9148b4aeadfddb39fc30d /README.md
parent1682659a37c29820bc44e3e9646f0e99abbe0fd7 (diff)
downloadgsxlib-6d63303f496c1265c27d3007bae6d80cf853775d.tar.gz
gsxlib-6d63303f496c1265c27d3007bae6d80cf853775d.tar.bz2
gsxlib-6d63303f496c1265c27d3007bae6d80cf853775d.zip
Lots of experimental changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index dfeb732..e2d27b1 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,7 @@ validation (as opposed to burdening Apple's servers with totally invalid request
##Requrements##
-Your PHP should have SOAP support enabled. Most distributions should (including OS X Server 10.6 or later).
-For more details, consult your distribution or the [PHP documentation][2].
+Your PHP must have SOAP support. Most distributions should (including OS X Server 10.6 or later). For more details, consult your distribution or the [PHP documentation][2].
##Usage##
@@ -21,13 +20,14 @@ Best illustrated with a simple example:
$info = $gsx->warrantyStatus($serialnumber);
echo $info->productDescription;
> MacBook Pro (15-inch 2.4/2.2GHz)
+
?>
If you're in the US, remember to set the fifth argument to the constructor to 'am'.
##gsxcl##
-The package includes a rudimentary command line client to the GSX API called gsxcl. It can perform various functions in the library and is meant
+The package includes a rudimentary command line client to the GSX API called _gsxcl_. It can perform various functions in the library and is meant
mainly as a simple test tool for the library.
##License##