Skip to content

Commit d33bc5a

Browse files
authored
Merge pull request #1327 from n1jmbt/dev
Fix code block
2 parents 6201bce + f19de50 commit d33bc5a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/AuthCodeMSALBrowserAuthenticationProvider.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99

1010
Steps to use `AuthCodeMSALBrowserAuthenticationProvider`;
1111

12-
1. Using npm: `npm install @azure/msal-browser @microsoft/microsoft-graph-client`
12+
1. Installation
1313

14-
Using html:
14+
- Using npm: `npm install @azure/msal-browser @microsoft/microsoft-graph-client`
1515

16-
```html
17-
<!--Using script tag to include the bundled file or the CDN source-->
18-
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.15.0/js/msal-browser.min.js"></script>
19-
<script src="graph-js-sdk.js"></script>
20-
<script src="graph-client-msalBrowserAuthProvider.js"></script>
21-
```
16+
- Using CDN:
2217

23-
Reference : [MSAL Browser CDN usage](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md)
18+
```html
19+
<!--Using script tag to include the bundled file or the CDN source-->
20+
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.15.0/js/msal-browser.min.js"></script>
21+
<script src="graph-js-sdk.js"></script>
22+
<script src="graph-client-msalBrowserAuthProvider.js"></script>
23+
```
24+
Reference : [MSAL Browser CDN usage](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md)
2425

2526
2. Initialize the `msal-browser` `PublicClientApplication` instance: Learn more [how to initialize msal](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/initialization.md)
2627

0 commit comments

Comments
 (0)