From 0fdb862a307fb69a8349b8d86842b37edfc337c2 Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Sun, 28 Jul 2024 13:03:27 -0500 Subject: [PATCH] updated README.md --- donutshop/README.md | 2 +- news_app/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/donutshop/README.md b/donutshop/README.md index fcc31d9..ecc7caf 100644 --- a/donutshop/README.md +++ b/donutshop/README.md @@ -5,5 +5,5 @@ 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 on your terminal. +* Scan the QR code that shows in your shell. * 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 cea392d..34d6a21 100644 --- a/news_app/README.md +++ b/news_app/README.md @@ -5,5 +5,5 @@ 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 on your terminal. +* Scan the QR code that shows in your shell. * For more information about Tunneling, please read [Expo](https://docs.expo.dev/more/expo-cli/#tunneling).