From 72c7914b1cfd88ce99101bcda067e436f7c71c34 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Tue, 10 Jan 2023 10:03:17 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 342de44..769d499 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # flutter_zxing -Flutter ZXing is a Flutter plugin for scanning and generating QR codes using the ZXing (Zebra Crossing) barcode scanning library. The plugin is implemented using the Dart FFI (Foreign Function Interface) and the [zxing-cpp](https://github.com/nu-book/zxing-cpp) library, and allows you to easily integrate barcode scanning and generation functionality into your Flutter apps. +Flutter ZXing is a Flutter plugin for scanning and generating QR codes using the ZXing (Zebra Crossing) barcode scanning library. The plugin is implemented using the Dart FFI (Foreign Function Interface) and the [zxing-cpp](https://github.com/zxing-cpp/zxing-cpp) library, and allows you to easily integrate barcode scanning and generation functionality into your Flutter apps. ## Demo Screenshots