From a00b261e4065cfce153d89d745b34a7f4935e004 Mon Sep 17 00:00:00 2001 From: Martin Tausen <98026390+n1jmbt@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:29:43 +0200 Subject: [PATCH] Fix code block --- ...thCodeMSALBrowserAuthenticationProvider.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/AuthCodeMSALBrowserAuthenticationProvider.md b/docs/AuthCodeMSALBrowserAuthenticationProvider.md index 5526ea30b..1c5fa4d18 100644 --- a/docs/AuthCodeMSALBrowserAuthenticationProvider.md +++ b/docs/AuthCodeMSALBrowserAuthenticationProvider.md @@ -9,18 +9,19 @@ Steps to use `AuthCodeMSALBrowserAuthenticationProvider`; -1. Using npm: `npm install @azure/msal-browser @microsoft/microsoft-graph-client` +1. Installation - Using html: +- Using npm: `npm install @azure/msal-browser @microsoft/microsoft-graph-client` - ```html - - - - - ``` +- Using CDN: - Reference : [MSAL Browser CDN usage](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md) +```html + + + + +``` +Reference : [MSAL Browser CDN usage](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md) 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)