From e62bc26f385ea7ab6e1a4fd74ec4e8c3eb295917 Mon Sep 17 00:00:00 2001 From: David Chaney <117130933+drchaney@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:30:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e8e90d..8d2216e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ React Barcode Reader is a simple mockup project demonstrating how to use the Zeb ## Introduction -Barcode reading is a common requirement in various applications such as inventory management, hospitals, retail, ticketing, and more. The Zebra Crossing (ZXing) library is an open-source image processing library that supports reading various types of barcodes like QR codes, UPC codes, and more. This project provides a simple React application that integrates the ZXing library to read barcodes from images or live camera input. +Barcode reading is a common requirement in various applications such as inventory management, hospitals, retail, ticketing, and more. The Zebra Crossing (ZXing) library is an open-source image processing library that supports reading various types of barcodes like QR codes and UPC codes. This project provides a simple React application that integrates the ZXing library to read barcodes from live camera input. ## Features @@ -93,4 +93,4 @@ This project is licensed under the MIT License. Feel free to use, modify, and di --- -Thank you for checking out our React Barcode Reader project! If you have any questions, suggestions, or issues, feel free to raise them in the GitHub repository's issue section. Thanks! \ No newline at end of file +Thank you for checking out our React Barcode Reader project! If you have any questions, suggestions, or issues, feel free to raise them in the GitHub repository's issue section. Thanks!