kciter / qart.js

Generate artistic QR code. 🎨
https://kciter.github.io/qart.js/
GNU General Public License v3.0
3.15k stars 176 forks source link

Fixed typo in README.md in the CDN <script> src #38

Closed T-O-R-U-S closed 1 year ago

T-O-R-U-S commented 1 year ago

Went from <script src="//cdnjs.cloudflare.com/ajax/libs/qartjs/1.0.2/qart.min.js"></script> to <script src="https://cdnjs.cloudflare.com/ajax/libs/qartjs/1.0.2/qart.min.js"></script>.

Originally, if you copy-pasted, the import would not work.