From 169a93f0f1731b6e421055b1d2d31d0557ee9f90 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 7 Sep 2024 20:10:53 +0200 Subject: [PATCH] docs: add support badge to README Included a support badge in the README to promote donations via Private.coffee. This enhancement aims to foster community support and provide an avenue for appreciative users to contribute. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a390396..ff7c594 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # QRMaker +[![Support Private.coffee!](https://shields.private.coffee/badge/private.coffee-Support%20us!-pink?logo=coffeescript)](https://private.coffee) + A simple web application that allows users to generate QR codes from the text they input. The application is built using Bootstrap for styling and QRCode.js for generating the QR codes. The QR code is generated locally in the browser, no data is sent to a server.