Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4c1fe75

Browse files
author
Jim Crowley
authored
Merge pull request #9 from MIchaelMainer/patch-1
Update readme
2 parents 49bad87 + 7f5d50b commit 4c1fe75

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
@@ -104,7 +104,7 @@ If you have a snippet of your own that you would like to run in this project, ju
104104
```cs
105105
try
106106
{
107-
var graphClient = AuthenticationHelper.GetAuthenticatedClientAsync();
107+
var graphClient = AuthenticationHelper.GetAuthenticatedClient();
108108

109109
var currentUserObject = await graphClient.Me.Request().GetAsync();
110110
currentUserName = currentUserObject.DisplayName;

0 commit comments

Comments
 (0)