diff --git a/README.md b/README.md index 70a042ba6..a79f15144 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Radzen Blazor Components The most sophisticated free UI component library for Blazor, featuring **100+ native components**. MIT licensed, used by thousands of developers at companies like Microsoft, NASA, Porsche, Dell, Siemens, and DHL. +Supports .NET 10, Blazor Server, Blazor WebAssembly, and .NET MAUI Blazor Hybrid. + [Online Demos](https://blazor.radzen.com) · [Documentation](https://blazor.radzen.com/docs) · [Get Started](https://blazor.radzen.com/get-started) [![License - MIT](https://img.shields.io/github/license/radzenhq/radzen-blazor?logo=github&style=for-the-badge)](https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE)[![NuGet Downloads](https://img.shields.io/nuget/dt/Radzen.Blazor?color=%232694F9&label=nuget%20downloads&logo=nuget&style=for-the-badge) ](https://www.nuget.org/packages/Radzen.Blazor)![Last Commit](https://img.shields.io/github/last-commit/radzenhq/radzen-blazor?logo=github&style=for-the-badge) [![Github Contributors](https://img.shields.io/github/contributors/radzenhq/radzen-blazor?logo=github&style=for-the-badge) ](https://github.com/radzenhq/radzen-blazor/graphs/contributors)[![Radzen Blazor Components - Online Demos](https://img.shields.io/badge/demos-online-brightgreen?color=%232694F9&logo=blazor&style=for-the-badge) ](https://blazor.radzen.com)[![Radzen Blazor Components - Documentation](https://img.shields.io/badge/docs-online-brightgreen?color=%232694F9&logo=blazor&style=for-the-badge)](https://blazor.radzen.com/docs) diff --git a/RadzenBlazorDemos.Tools/Program.cs b/RadzenBlazorDemos.Tools/Program.cs index 8a2cadf19..4afc69148 100644 --- a/RadzenBlazorDemos.Tools/Program.cs +++ b/RadzenBlazorDemos.Tools/Program.cs @@ -713,9 +713,19 @@ class Program sb.AppendLine("# Radzen Blazor Components"); sb.AppendLine(); - sb.AppendLine("> A free and open-source set of 90+ native Blazor UI components including DataGrid, Scheduler, Charts, Forms, and more."); + sb.AppendLine("> The most sophisticated free UI component library for Blazor, featuring 100+ native components. MIT licensed, used by thousands of developers at companies like Microsoft, NASA, Porsche, Dell, Siemens, and DHL."); sb.AppendLine(); - sb.AppendLine("Radzen Blazor Components supports Blazor Server, Blazor WebAssembly, and .NET MAUI Blazor Hybrid. Built with accessibility in mind (WCAG 2.2, keyboard navigation). Available as a MIT-licensed NuGet package."); + sb.AppendLine("Radzen Blazor Components are written entirely in C# with no JavaScript framework dependencies. Supports Blazor Server, Blazor WebAssembly, .NET MAUI Blazor Hybrid, and the Blazor Web App model in .NET 10. Built with accessibility in mind (WCAG 2.2, keyboard navigation)."); + sb.AppendLine(); + sb.AppendLine("## Quick start"); + sb.AppendLine(); + sb.AppendLine("```bash"); + sb.AppendLine("dotnet add package Radzen.Blazor"); + sb.AppendLine("```"); + sb.AppendLine(); + sb.AppendLine("Add `` to `App.razor` ``, `` after the last `