From d8b4ba36b7390c9a8a2fe88aafd9b5ff0d832fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Svennevik=20Notland?= Date: Sun, 15 Feb 2026 12:26:02 +0100 Subject: [PATCH] Fix QrScannerScreen link in README.md Updated the link; the previous link was 404'd. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecd2511..7576b21 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ QrScanner( * `customOverlay`: Allows the user to provide a custom overlay design. If no custom overlay is provided, a default one is applied.
* `permissionDeniedView`: Allows the user to provide a custom view when camera permission is denied. If no custom view is provided, a default one is shown.
-🔗 For more details, follow the implementation in [QrScannerScreen.kt](https://github.com/Chaintech-Network/QRKitComposeMultiplatform_org/blob/qrkit/composeApp/src/commonMain/kotlin/org/qrcodedemo/app/ui/QrScannerScreen.kt) +🔗 For more details, follow the implementation in [QrScannerScreen.kt](https://github.com/Chaintech-Network/QRKitComposeMultiplatform/blob/main/composeApp/src/commonMain/kotlin/org/qrcodedemo/app/ui/QrScannerScreen.kt)
@@ -358,4 +358,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```