From 06b1276da2834ab4a696bbe8ca8c8b2d6e6b7ff1 Mon Sep 17 00:00:00 2001 From: Samir GC <55045516+samirgcofficial@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:29:19 +0545 Subject: [PATCH] Typo on ReadMe (#626) Co-authored-by: samir gc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6ac1dc1..46b5e23cb 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To build & run .NET 6 sample apps, you will also need to use `.\bin\dotnet\dotne .\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample.iOS\Maui.Controls.Sample.iOS-net6.csproj -t:Run ``` -Try try out a "single project", you will need the `-f` switch to choose the platform: +Try out a "single project", you will need the `-f` switch to choose the platform: ```dotnetcli .\bin\dotnet\dotnet build src\Controls\samples\Controls.Sample.SingleProject\Maui.Controls.Sample.SingleProject.csproj -t:Run -f net6.0-android --no-restore