Skip to content

Commit f670061

Browse files
committed
Update README.md
1 parent 9fd7234 commit f670061

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
@@ -38,7 +38,7 @@ auth_provider = TokenCredentialAuthProvider(scopes, device_credential)
3838
```
3939

4040
```python
41-
graph_session = GraphSession(scopes, auth_provider)
41+
graph_session = GraphSession(auth_provider)
4242
result = graph_session.get('/me')
4343
print(result.json())
4444
```

0 commit comments

Comments
 (0)