mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
Small readme fixes (#782)
This commit is contained in:
parent
ca488eb1ae
commit
744631cea0
|
@ -1,6 +1,6 @@
|
||||||
<img align="right" src="https://raw.github.com/wiki/zxing/zxing/zxing-logo.png"/>
|
<img align="right" src="https://raw.github.com/wiki/zxing/zxing/zxing-logo.png"/>
|
||||||
|
|
||||||
##Get Started Developing
|
## Get Started Developing
|
||||||
To get started, please visit: https://github.com/zxing/zxing/wiki/Getting-Started-Developing
|
To get started, please visit: https://github.com/zxing/zxing/wiki/Getting-Started-Developing
|
||||||
|
|
||||||
ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing
|
ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing
|
||||||
|
@ -55,7 +55,7 @@ library implemented in Java, with ports to other languages.
|
||||||
| [python-zxing](https://github.com/oostendo/python-zxing) | bindings for Python
|
| [python-zxing](https://github.com/oostendo/python-zxing) | bindings for Python
|
||||||
| [ZXing .NET](http://zxingnet.codeplex.com/) | port to .NET and C#, and related Windows platform
|
| [ZXing .NET](http://zxingnet.codeplex.com/) | port to .NET and C#, and related Windows platform
|
||||||
| [php-qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detector-decoder) | port to PHP
|
| [php-qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detector-decoder) | port to PHP
|
||||||
| [ZXing Delphi] (https://github.com/Spelt/ZXing.Delphi) | Port to native Delphi object pascal, targeted at Firemonkey compatible devices (IOS/Android/Win/OSX) and VCL.
|
| [ZXing Delphi](https://github.com/Spelt/ZXing.Delphi) | Port to native Delphi object pascal, targeted at Firemonkey compatible devices (IOS/Android/Win/OSX) and VCL.
|
||||||
|
|
||||||
|
|
||||||
### Other related third-party open source projects
|
### Other related third-party open source projects
|
||||||
|
|
Loading…
Reference in a new issue