From 62a61f651ec9be818ffe68837bca6a95ef4cab49 Mon Sep 17 00:00:00 2001 From: Daniel Cufino <71530918+DanielCufino@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:34:54 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5966dc5..50d9b0f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ git clone `https://github.com/rice-apps/hmns.git` To make sure you have all the necessary packages, perform the following commands after every pull: ``` -cd api +cd hmns-app npm install npx expo start ```