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.
This commit is contained in:
parent
a2335a7082
commit
169a93f0f1
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# QRMaker
|
# 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.
|
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.
|
The QR code is generated locally in the browser, no data is sent to a server.
|
||||||
|
|
Loading…
Reference in a new issue