From 120daf446919ac16263c7f6d7bb5dbb08a5f2206 Mon Sep 17 00:00:00 2001 From: Majid Mohamadi Parvar Date: Sat, 10 Aug 2024 20:24:47 +0330 Subject: [PATCH] update(readme): update project name and github username --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e30d97..b71e2fe 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A web-based application that allows administrators to manage different types of To get started with the project, follow these steps: -1. Clone the repository using `git clone https://github.com/username/project-name.git` +1. Clone the repository using `git clone https://github.com/shutodown57/booking.git` 2. Install dependencies by running `npm install` 3. Create a database schema for the application (see `config/database.js`) 4. Run migrations to set up the database tables (`php artisan migrate`)