From 809441a1ac0449bde127850e0046063ecd2f9417 Mon Sep 17 00:00:00 2001 From: Pavel Gordienko Date: Thu, 26 Sep 2024 05:23:24 +0300 Subject: [PATCH] fix: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40e6a37..696eedc 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Deploy: [https://skilla-task-phi.vercel.app/](https://skilla-task-phi.vercel.app ## Setup and Running - Use `node 21.x` or higher. -- Clone this repo: `$ git clone https://github.com/guz86/alfa-task.git`. -- Go to downloaded folder: `$ cd alfa-app`. +- Clone this repo: `$ git clone https://github.com/guz86/skilla-task.git`. +- Go to downloaded folder: `$ cd app`. - Install dependencies: `$ npm install`. - Start server: `$ npm run dev`. - Now you can see web application to the address: `http://localhost:5174/app/`.