From e70a3bb887c4a9c64eb9c62a28fa40e303f7bcf3 Mon Sep 17 00:00:00 2001 From: Vijay Anand E G <81947404+egvijayanand@users.noreply.github.com> Date: Wed, 23 Jun 2021 18:19:06 +0530 Subject: [PATCH] Update README.md NuGet link update and minor corrections. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d45e72e..2766023 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,10 @@ | Version | App Model | | :-----: | :-------: | -|![NuGet](https://badgen.net/nuget/v/VijayAnand.WindowsForms.Blazor/)|[Windows Forms](https://www.nuget.org/packages/VijayAnand.WindowsForms.Blazor/)| -|![NuGet](https://badgen.net/nuget/v/VijayAnand.Wpf.Blazor/)|[WPF](https://www.nuget.org/packages/VijayAnand.Wpf.Blazor/)| +| [![NuGet Package](https://badgen.net/nuget/v/VijayAnand.WindowsForms.Blazor/)](https://www.nuget.org/packages/VijayAnand.WindowsForms.Blazor/) | [Windows Forms](https://www.nuget.org/packages/VijayAnand.WindowsForms.Blazor/)| +| [![NuGet Package](https://badgen.net/nuget/v/VijayAnand.Wpf.Blazor/)](https://www.nuget.org/packages/VijayAnand.Wpf.Blazor/) | [WPF](https://www.nuget.org/packages/VijayAnand.Wpf.Blazor/)| -Under the **src** directory, source for each project template is maintained in a separate directory. - -Currently, templates made available for working with _**Blazor components in desktop applications such as Windows Forms and WPF**_. +Templates made available for working with _**Blazor components in desktop applications such as Windows Forms and WPF**_. #### Commands to install the project template: @@ -29,12 +27,10 @@ WPF: **wpf-blazor** So, .NET CLI command to create a new project from your favorite terminal would be as follows: -For WinForms: ```console dotnet new winforms-blazor ``` -For WPF: ```console dotnet new wpf-blazor ``` @@ -51,4 +47,4 @@ Enable the option as shown in the below screenshot (Tools -> Options / Alt + T + ![CLI Project Templates within Visual Studio 2019](./images/cli-templates-option-enable.png) -> Pro Tip: Search with the **Blazor** keyword to quickly locate the project template in VS. +> **Pro Tip:** Search with the **Blazor** keyword to quickly locate the project template in VS _Create Project_ dialog.