From de4dd51c635200c180c45b9a6dbcce8fc2ea6b20 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 3 Feb 2013 23:10:03 +0200 Subject: Renamed to GSXWS --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e6ab990..ea6ebf7 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Installation: It goes a little something like this: # check warranty status - from gsx import gsx - gsx.connect(apple_id, password, sold_to) - mac = gsx.Product('70033CDFA4S') + import gsxws + gsxws.connect(apple_id, password, sold_to) + mac = gsxws.Product('70033CDFA4S') mac.get_warranty() # get available parts for this machine -- cgit v1.2.3