Skip to content

Commit

Permalink
Merge pull request #24 from PinguApps/feature/23-feat-add-build-badge…
Browse files Browse the repository at this point in the history
…-to-readme

Added build status badge to readme
  • Loading branch information
pingu2k4 authored Feb 4, 2024
2 parents 5cb8ea2 + dbbed64 commit 0b1d04c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
<!-- [TODO: Build Status](https://shields.io/badges/git-hub-actions-workflow-status) -->
[![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/)!
Expand Down

0 comments on commit 0b1d04c

Please sign in to comment.