Skip to content

Commit 4d59843

Browse files
committed
Update README
1 parent 183cf62 commit 4d59843

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
@@ -97,7 +97,7 @@ npm install msal@<version>
9797
import { UserAgentApplication } from "msal";
9898

9999
import { ImplicitMSALAuthenticationProvider } from "@microsoft/microsoft-graph-client/lib/src/ImplicitMSALAuthenticationProvider";
100-
import { MSALAuthenticationProviderOptions }from '@microsoft/microsoft-graph-client/lib/src/MSALAuthenticationProviderOptions';
100+
import { MSALAuthenticationProviderOptions } from '@microsoft/microsoft-graph-client/lib/src/MSALAuthenticationProviderOptions';
101101

102102
// An Optional options for initializing the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics#configuration-options
103103
const msalConfig = {

0 commit comments

Comments
 (0)