diff --git a/Readme.md b/Readme.md index fcaa16c..6f37205 100644 --- a/Readme.md +++ b/Readme.md @@ -69,7 +69,12 @@ Make sure that you enter a clear and valid reason for your app to access the cam #### Windows -In your Package.appxmanifest file (Platforms\Windows) go to Capabilities and mark Web Camera and Microphone. +In your Package.appxmanifest file (Platforms\Windows) go to Capabilities and mark Web Camera and Microphone: + +```xml + + +``` For more information on permissions, see the [Microsoft Docs](https://docs.microsoft.com/dotnet/maui/platform-integration/appmodel/permissions).