From 6882ae7d5e52da20928b517f30c2c267b4fec940 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Fri, 15 Nov 2024 18:34:58 +0530 Subject: Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5eef33..2cedfd4 100644 --- a/README.md +++ b/README.md @@ -83,22 +83,22 @@ This project is a mobile app built with React Native using Expo, and it integrat To run the app in development mode, you can use the following commands: 1. **Start the app in Expo**: - ```bash + ``` npm start ``` 2. **Run on Android**: - ```bash + ``` npm run android ``` 3. **Run on iOS**: - ```bash + ``` npm run ios ``` 4. **Run on Web**: - ```bash + ``` npm run web ``` -- cgit v1.2.3-59-g8ed1b