From 77f06cce76b6cb024205358cb01ef3b7076434e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20CAT?= Date: Thu, 30 Sep 2021 22:56:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d727300..5f98600e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pip install lumapps-sdk ```python user_email = "YOUR EMAIL" - usr = api.get_call("user/get", email=user_email) + usr = client.get_call("user/get", email=user_email) print("Hello {}".format(usr["fullName"])) ```