From 7a4bb44177b8dd64c2cf9f338f99a6d8234c75dd Mon Sep 17 00:00:00 2001 From: "luna.alj" <122303107+luna-aljammal@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:36:39 -0500 Subject: [PATCH] Update SETUP.md --- SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SETUP.md b/SETUP.md index bd20249..a492a47 100644 --- a/SETUP.md +++ b/SETUP.md @@ -2,7 +2,7 @@ To set up the project, follow these steps: 1. Change directory to the frontend folder: ```sh - cd frontend/interview-ai + cd frontend ``` 2. Install the necessary dependencies: @@ -13,4 +13,4 @@ To set up the project, follow these steps: 3. Start the application: ```sh npm start - ``` \ No newline at end of file + ```