From 9799d6666b211f8dbc721771ba4ae8e191616196 Mon Sep 17 00:00:00 2001 From: Matthew Ramsey Date: Fri, 8 Sep 2023 09:39:12 -0500 Subject: [PATCH] Update README.md Minor grammar updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61703b7f..e6e7acb6 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ CrossMediaManager.Current.MediaPlayer.AutoAttachVideoView = false; **After that you can manually add the video view like this:** -For android we need a `VideoView` in the axml layout. +For android we need a `VideoView` in the xaml layout. ```xml