Update readme.

pull/18/head
Lars Jung 11 years ago
parent f2942426b1
commit eb8ed17bd9

@ -1,6 +1,6 @@
# jQuery.qrcode # jQuery.qrcode
[![web][web-img]][web] [![GitHub][github-img]][github] <!-- [![bower][bower-img]][bower] --> [![web][web-img]][web] [![GitHub][github-img]][github] [![bower][bower-img]][github]
jQuery plugin to dynamically generate QR codes. Uses [QR Code Generator][qrcode] (MIT). jQuery plugin to dynamically generate QR codes. Uses [QR Code Generator][qrcode] (MIT).
For bug reports and feature requests please use [issues][github-issues]. For bug reports and feature requests please use [issues][github-issues].
@ -32,11 +32,10 @@ THE SOFTWARE.
[web]: http://larsjung.de/qrcode/ [web]: http://larsjung.de/qrcode/
[github]: https://github.com/lrsjng/jquery-qrcode [github]: https://github.com/lrsjng/jquery-qrcode
[bower]: http://bower.io/search/?q=jquery-qrcode
[github-issues]: https://github.com/lrsjng/jquery-qrcode/issues [github-issues]: https://github.com/lrsjng/jquery-qrcode/issues
[web-img]: http://img.shields.io/badge/web-larsjung.de/qrcode-a0a060.svg?style=flat [web-img]: http://img.shields.io/badge/web-larsjung.de/qrcode-a0a060.svg?style=flat
[github-img]: http://img.shields.io/badge/GitHub-lrsjng/jquery--qrcode-a0a060.svg?style=flat [github-img]: http://img.shields.io/badge/GitHub-lrsjng/jquery--qrcode-a0a060.svg?style=flat
[bower-img]: http://img.shields.io/badge/bower-jquery--qrcode-a0a060.svg?style=flat [bower-img]: http://img.shields.io/badge/bower-lrsjng/jquery--qrcode-a0a060.svg?style=flat
[qrcode]: https://github.com/kazuhikoarase/qrcode-generator [qrcode]: https://github.com/kazuhikoarase/qrcode-generator

@ -1,6 +1,6 @@
{ {
"name": "jquery-qrcode", "name": "jquery-qrcode",
"version": "0.9.4", "version": "0.9.5",
"description": "generate QR codes dynamically", "description": "generate QR codes dynamically",
"homepage": "http://larsjung.de/qrcode/", "homepage": "http://larsjung.de/qrcode/",
"authors": [ "authors": [

@ -1,7 +1,7 @@
{ {
"name": "jquery-qrcode", "name": "jquery-qrcode",
"displayName": "jQuery.qrcode", "displayName": "jQuery.qrcode",
"version": "0.9.4", "version": "0.9.5",
"description": "generate QR codes dynamically", "description": "generate QR codes dynamically",
"homepage": "http://larsjung.de/qrcode/", "homepage": "http://larsjung.de/qrcode/",
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues", "bugs": "https://github.com/lrsjng/jquery-qrcode/issues",

Loading…
Cancel
Save