Skip to content

Commit aeea1b5

Browse files
authored
Merge pull request #113775 from changeworld/patch-1
Fix typo
2 parents 5718f41 + 15853c3 commit aeea1b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/verifiable-credentials/using-wallet-library.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ Then, you have to handle the following major tasks in your app.
115115
- User Interface. Any visual representation of stored credentials and the UI for driving the issuance and presentation process must be implemented by you.
116116

117117
## Wallet Library Demo app
118-
The Wallet Library comes with a demo app in the github repo that is ready to use without any modifications. You just have to build and deploy it. The demo app is a lightweight and simple implementation that illustrates issuance and presentation at its minimum. To quickly get going, you can use the QR Code Reader app to scan the QR code, and then copy and paste it into the demo app.
118+
The Wallet Library comes with a demo app in the GitHub repo that is ready to use without any modifications. You just have to build and deploy it. The demo app is a lightweight and simple implementation that illustrates issuance and presentation at its minimum. To quickly get going, you can use the QR Code Reader app to scan the QR code, and then copy and paste it into the demo app.
119119

120120
In order to test the demo app, you need a webapp that issues credentials and makes presentation requests for credentials. The [Woodgrove public demo webapp](https://aka.ms/vcdemo) is used for this purpose in this tutorial.
121121

122122
## Building the Android sample
123123
On your developer machine with Android Studio, do the following:
124124

125-
1. Download or clone the Android Wallet Library [github repo](https://github.com/microsoft/entra-verifiedid-wallet-library-android/archive/refs/heads/dev.zip).
125+
1. Download or clone the Android Wallet Library [GitHub repo](https://github.com/microsoft/entra-verifiedid-wallet-library-android/archive/refs/heads/dev.zip).
126126
You don’t need the walletlibrary folder and you can delete it if you like.
127127
1. Start Android Studio and open the parent folder of walletlibrarydemo
128128

@@ -169,7 +169,7 @@ The sample app holds the issued credential in memory, so after issuance, you can
169169

170170
## Building the iOS sample
171171
On your Mac developer machine with Xcode, do the following:
172-
1. Download or clone the iOS Wallet Library [github repo](https://github.com/microsoft/entra-verifiedid-wallet-library-ios/archive/refs/heads/dev.zip).
172+
1. Download or clone the iOS Wallet Library [GitHub repo](https://github.com/microsoft/entra-verifiedid-wallet-library-ios/archive/refs/heads/dev.zip).
173173
1. Start Xcode and open the top level folder for the WalletLibrary
174174
1. Set focus on WalletLibraryDemo project
175175

0 commit comments

Comments
 (0)