Skip to content

Commit 6790088

Browse files
authored
typo in readme
1 parent 7cabb46 commit 6790088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ browser_credential = InteractiveBrowserCredential(client_id='YOUR_CLIENT_ID')
5252
client = GraphClient(credential=browser_credential)
5353
```
5454

55-
### 6. Make a requests to the graph using the client
55+
### 6. Make a requests to the graph API using the client
5656

5757
```python
5858
result = client.get('/me')

0 commit comments

Comments
 (0)