Skip to content

Commit 5b6e98e

Browse files
authored
Merge pull request #146 from William-LP/patch-1
typo in readme
2 parents 7cabb46 + 6790088 commit 5b6e98e

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)