From 6790088593d9022c656f9d84bf658123c53ae15c Mon Sep 17 00:00:00 2001 From: William Le Pommelet <10053686+William-LP@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:20:56 +0100 Subject: [PATCH] typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd071ca..17d79579 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ browser_credential = InteractiveBrowserCredential(client_id='YOUR_CLIENT_ID') client = GraphClient(credential=browser_credential) ``` -### 6. Make a requests to the graph using the client +### 6. Make a requests to the graph API using the client ```python result = client.get('/me')