diff --git a/donutshop/README.md b/donutshop/README.md index ecc7caf..d7f37d7 100644 --- a/donutshop/README.md +++ b/donutshop/README.md @@ -4,6 +4,6 @@ This project is a donut shop mobile application, where users can search for the ## To start the project * Download [Expo Go](https://expo.dev/go) on your device to launch the project. -* To start the project, run this command on your terminal `npx expo start --tunnel` -* Scan the QR code that shows in your shell. +* To start the project, run this command in your terminal `npx expo start --tunnel` +* Scan the QR code that shows in your terminal. * For more information about Tunneling, please read [Expo](https://docs.expo.dev/more/expo-cli/#tunneling). \ No newline at end of file diff --git a/news_app/README.md b/news_app/README.md index 34d6a21..fcdf38d 100644 --- a/news_app/README.md +++ b/news_app/README.md @@ -4,6 +4,6 @@ This project is a news mobile application that fetches data from [News API](http ## To start the project * Download [Expo Go](https://expo.dev/go) on your device to launch the project. -* To start the project, run this command on your terminal `npx expo start --tunnel` -* Scan the QR code that shows in your shell. +* To start the project, run this command in your terminal `npx expo start --tunnel` +* Scan the QR code that shows in your terminal. * For more information about Tunneling, please read [Expo](https://docs.expo.dev/more/expo-cli/#tunneling).