We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cabb46 commit 6790088Copy full SHA for 6790088
README.md
@@ -52,7 +52,7 @@ browser_credential = InteractiveBrowserCredential(client_id='YOUR_CLIENT_ID')
52
client = GraphClient(credential=browser_credential)
53
```
54
55
-### 6. Make a requests to the graph using the client
+### 6. Make a requests to the graph API using the client
56
57
```python
58
result = client.get('/me')
0 commit comments