diff --git a/README.md b/README.md index d59ccf8..8a81ffd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # PinguApps.Blazor.QRCode A Blazor component for generating QR codes. This component encodes specified data into a QR code image, which can be customized in terms of size, colors, and error correction level. The QR code is generated as an SVG for optimal scalability and clarity. -[![NuGet Version](https://img.shields.io/nuget/v/PinguApps.Blazor.QRCode?logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/PinguApps.Blazor.QRCode) [![NuGet Downloads](https://img.shields.io/nuget/dt/PinguApps.Blazor.QRCode?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/PinguApps.Blazor.QRCode) ![GitHub License](https://img.shields.io/github/license/PinguApps/Blazor.QRCode?style=for-the-badge) [![GitHub Repo stars](https://img.shields.io/github/stars/PinguApps/Blazor.QRCode?style=for-the-badge&logo=github)](https://github.com/PinguApps/Blazor.QRCode) - +[![NuGet Version](https://img.shields.io/nuget/v/PinguApps.Blazor.QRCode?logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/PinguApps.Blazor.QRCode) [![NuGet Downloads](https://img.shields.io/nuget/dt/PinguApps.Blazor.QRCode?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/PinguApps.Blazor.QRCode) ![GitHub License](https://img.shields.io/github/license/PinguApps/Blazor.QRCode?style=for-the-badge) [![GitHub Repo stars](https://img.shields.io/github/stars/PinguApps/Blazor.QRCode?style=for-the-badge&logo=github)](https://github.com/PinguApps/Blazor.QRCode) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/PinguApps/Blazor.QRCode/demo-site.yaml?style=for-the-badge&logo=github)](https://github.com/PinguApps/Blazor.QRCode) ## 🌐 Demo Check out the QRCode component on the [demo site](https://pinguapps.github.io/Blazor.QRCode/)!