aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 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