From ab8d089b2be6019508c0a1e8643b27656671051c Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:04:38 +1000 Subject: [PATCH] chore(barcode-scanner): fix banner link in readme (#1870) * chore: fix banner link in readme * chore: raw --- plugins/barcode-scanner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/barcode-scanner/README.md b/plugins/barcode-scanner/README.md index f0fe8371..eba7ca9e 100644 --- a/plugins/barcode-scanner/README.md +++ b/plugins/barcode-scanner/README.md @@ -1,4 +1,4 @@ -![Barcode Scanner](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/scanner/banner.png) +![Barcode Scanner](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/barcode-scanner/banner.png) Allows your mobile application to use the camera to scan QR codes, EAN-13 and other kinds of barcodes.