From ec729b662426eba262a04ffe4557213420a70aad Mon Sep 17 00:00:00 2001 From: Markus Fisch Date: Sat, 14 Mar 2020 14:31:52 +0100 Subject: [PATCH] Move infos about supported barcodes down Probably the least interesting part. --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c9407877..30dbdb96 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,27 @@ comes in Material Design and can also generate barcodes. Binary Eye uses the [ZXing][zxing] ("Zebra Crossing") barcode scanning library. +## Screenshots + +Screenshot Scanning +Screenshot Result +Screenshot Compose Barcode + +## Download + +Get it on F-Droid Get it on Google Play + ## Supported Barcode Formats ### Read -ZXing can _read_ the following barcode formats: +ZXing can read the following barcode formats: * [AZTEC][aztec] * [CODABAR][codabar] * [CODE 39][code_39] @@ -35,7 +51,7 @@ ZXing can _read_ the following barcode formats: ### Generate -ZXing can _generate_ the following barcode formats: +ZXing can generate the following barcode formats: * [AZTEC][aztec] * [CODABAR][codabar] * [CODE 39][code_39] @@ -48,22 +64,6 @@ ZXing can _generate_ the following barcode formats: * [QR CODE][qr_code] * [UPC A][upc_a] -## Screenshots - -Screenshot Scanning -Screenshot Result -Screenshot Compose Barcode - -## Download - -Get it on F-Droid Get it on Google Play - [play]: https://play.google.com/store/search?q=barcode%20scanner&c=apps [zxing]: https://github.com/zxing/zxing [kotlin]: http://kotlinlang.org/