aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files 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
```