Update README.md

This commit is contained in:
Daniel Cousens 2016-04-13 12:21:15 +10:00
parent 90160ae27a
commit 745bcde42f

View File

@ -11,10 +11,6 @@ exposing a JavaScript interface for scanning barcodes (QR, 2D, etc).
cordova plugins add org.cloudsky.cordovaplugins.zbar cordova plugins add org.cloudsky.cordovaplugins.zbar
## License
This plugin is released under the Apache 2.0 license, but the ZBar library on which it depends (and which is distribute with this plugin) is under the LGPL license (2.1).
## API ## API
### Scan barcode ### Scan barcode
@ -56,6 +52,11 @@ Quirks:
instead of making it stay on... instead of making it stay on...
## [License](LICENSE)
This plugin is released under the Apache 2.0 license, but the ZBar library on which it depends (and which is distribute with this plugin) is under the LGPL license (2.1).
## Thanks ## Thanks
Thank you to @PaoloMessina and @nickgerman for code contributions. Thank you to @PaoloMessina and @nickgerman for code contributions.