From 78bb49a0b7ebb29b6086536777871bbd7832457d Mon Sep 17 00:00:00 2001 From: safeqr <166971032+safeqr@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:52:45 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e75a23..b09ec40 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,7 @@ SafeQR is a React Native application that allows users to scan QR codes using th ├── screens │ ├── QRScannerScreen.tsx │ ├── HistoryScreen.tsx -│ ├── SettingsScreen.tsx -│ └── ProfileScreen.tsx +│ └── SettingsScreen.tsx ├── navigation │ └── AppNavigator.tsx └── types.ts