From bda2c41772ccd09ca438b363726222522b5b9c92 Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Sun, 28 Jul 2024 13:06:24 -0500 Subject: [PATCH] updated README.md --- donutshop/README.md | 4 ++-- news_app/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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).