From 5991132d15224d0c81d17d9ef32f6aa8aeaba8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Deli=C3=9Fen?= Date: Tue, 10 Oct 2023 15:08:55 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eeef22e6..bfb33dc22 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ See the example app for detailed implementation information. ## Platform specific setup ### Android -This package uses by default the **bundled version** of MLKit Barcode-scanning for Android. This version is immediately available to the devicee. But it will increase the size of the app by approximately 3 to 10 MB. +This package uses by default the **bundled version** of MLKit Barcode-scanning for Android. This version is immediately available to the device. But it will increase the size of the app by approximately 3 to 10 MB. The alternative is to use the **unbundled version** of MLKit Barcode-scanning for Android. This version is downloaded on first use via Google Play Services. It increases the app size by around 600KB.