Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 70a95c9

Browse files
authored
Update README.md
1 parent 8fa4a66 commit 70a95c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The MSAL preview library for iOS and macOS gives your app the ability to begin u
2323

2424
## Example
2525

26-
```Swift
26+
```swift
2727
do {
2828
let application = try MSALPublicClientApplication.init(clientId: <your-client-id-here> authority: kAuthority)
2929
application.acquireToken(forScopes: kScopes) { (result, error) in
@@ -45,7 +45,7 @@ do {
4545

4646
## App Registration
4747

48-
You will need to have a B2C client application registered with Microsoft. Follow [the instructions here](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-get-started). Make sure you make note of your `client ID`, and the name of the policies you create. Once done, you will need add the redirect URI of `msal<your-client-id-here>://auth`.
48+
You will need to have a B2C client application registered with Microsoft. Follow [the instructions here](https://docs.microsoft.com/azure/active-directory-b2c/active-directory-b2c-get-started). Make sure you make note of your `client ID`, and the name of the policies you create. Once done, you will need add the redirect URI of `msal<your-client-id-here>://auth`.
4949

5050

5151
## Installation

0 commit comments

Comments
 (0)